2024-09/08/weiteres/debug2.yml

15 lines
194 B
YAML
Raw Permalink Normal View History

2024-09-18 12:10:22 +00:00
---
- hosts: localhost
tasks:
- command: grep toor /etc/passwd
register: output
ignore_errors: yes
- debug:
var: output
- debug:
var: output.stdout