2024-11/08/weiteres/debug_folie.yml

10 lines
145 B
YAML
Raw Permalink Normal View History

2024-11-28 08:56:02 +00:00
---
- hosts: localhost
tasks:
- command: grep root2 /etc/passwd
register: output
ignore_errors: True
- debug: var=output