mirror of
https://github.com/Rudd-O/ansible-qubes.git
synced 2025-03-01 14:22:33 +01:00

* Use YAML syntax which is better human readable. * Try to use Ansible modules for operations when this is possible. * `template/dumpenv/dumpenv.j2` seems to be missing.
10 lines
147 B
YAML
10 lines
147 B
YAML
---
|
|
|
|
- hosts: all:!nonqubes
|
|
tasks:
|
|
|
|
- name: cat the contents of file /etc/passwd
|
|
shell: head /etc/passwd
|
|
|
|
- include: 'tasks/dumpenv.yml'
|