2024-11/08/weiteres/debug1.yml
2024-11-28 09:56:02 +01:00

14 lines
169 B
YAML

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