2024-11/08/weiteres/debug2.yml

15 lines
194 B
YAML
Raw Normal View History

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