2024-09/08/weiteres/debug_folie.yml

10 lines
145 B
YAML
Raw Normal View History

2024-09-18 12:10:22 +00:00
---
- hosts: localhost
tasks:
- command: grep root2 /etc/passwd
register: output
ignore_errors: True
- debug: var=output