2024-09/08/weiteres/debug_folie.yml
2024-09-18 14:10:22 +02:00

10 lines
145 B
YAML

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