Ansible_workstation/combava.yml

22 lines
347 B
YAML
Raw Normal View History

2022-01-08 05:46:12 +00:00
---
- name: Combava
hosts: localhost
become: true
vars_files:
- vars/users.yml
vars:
users:
- "{{ me }}"
- "{{ admin }}"
pre_tasks:
- name: update pacman cache
community.general.pacman:
update_cache: yes
roles:
- arch_aur
- core
- workstation
- users
- dotfiles
#- gnome