ansible-machine-setup/roles/tools/tasks/main.yaml

9 lines
104 B
YAML

---
- name: install tools
package:
name:
- aptitude
- tree
state: latest