2024-09/08/weiteres/debug1.yml

14 lines
169 B
YAML
Raw Permalink Normal View History

2024-09-18 12:10:22 +00:00
---
- hosts: localhost
tasks:
- command: grep root /etc/passwd
register: output
- debug:
var: output
- debug:
var: output.stdout