2024-11/08/weiteres/debug_folie.yml
2024-11-28 09:56:02 +01:00

10 lines
145 B
YAML

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