Ansible_workstation/Choux.yml

13 lines
231 B
YAML
Raw Normal View History

2018-08-22 18:42:52 +00:00
---
- hosts: localhost
connection: local
vars_files:
- vars/common.yml
2018-08-22 18:59:00 +00:00
tasks:
2018-08-22 18:42:52 +00:00
- include: tasks/arch_base_packages.yml
- include: tasks/users.yml
2018-08-22 19:14:04 +00:00
- include: tasks/sudo.yml
2018-08-22 19:31:42 +00:00
- include: tasks/arch_gnome.yml