2024-09/08/weiteres/debug2.yml
2024-09-18 14:10:22 +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