You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 

21 lines
429 B

---
- hosts: localhost
become: true
tasks:
- import_tasks: tasks/base.yml
- hosts: localhost
become: false
tasks:
- import_tasks: tasks/aur.yml
- hosts: localhost
become: true
become_user: "{{ default_user }}"
vars:
user_home: "/home/{{ default_user }}"
tasks:
- import_tasks: tasks/desktop.yml
- import_tasks: tasks/firefox.yml
- import_tasks: tasks/shell_env.yml
- import_tasks: tasks/vim.yml