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

14 lines
169 B
YAML

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