2024-11/08/weiteres/debug1.yml

14 lines
169 B
YAML
Raw Normal View History

2024-11-28 08:56:02 +00:00
---
- hosts: localhost
tasks:
- command: grep root /etc/passwd
register: output
- debug:
var: output
- debug:
var: output.stdout