2025-05/08/weiteres/debug_folie.yml
2025-05-14 16:47:41 +02:00

10 lines
145 B
YAML

---
- hosts: localhost
tasks:
- command: grep root2 /etc/passwd
register: output
ignore_errors: True
- debug: var=output