2024-11/08/weiteres/debug2.yml
2024-11-28 09:56:02 +01: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