ansible-qubes/examples/ansible/test-facts.yml
2015-12-21 01:45:20 +00:00

7 lines
142 B
YAML

---
- hosts: all:!nonqubes
tasks:
- name: cat the contents of file /etc/passwd
shell: head /etc/passwd
- include: tasks/dumpenv.yml