2024-09/08/weiteres/debug1.yml
2024-09-18 14:10:22 +02:00

14 lines
169 B
YAML

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