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

15 lines
194 B
YAML

---
- hosts: localhost
tasks:
- command: grep toor /etc/passwd
register: output
ignore_errors: yes
- debug:
var: output
- debug:
var: output.stdout