Feat: move autofs to workstation

This commit is contained in:
2022-01-10 05:26:00 +01:00
parent 8927cc07e6
commit 4bd12d5001
4 changed files with 47 additions and 10 deletions

View File

@@ -1,6 +1,16 @@
---
- name: Converge
hosts: all
vars:
pacman_pkgs:
- "{{ pacman_utils }}"
aur_pkgs:
- "{{ aur_utils }}"
pre_tasks:
- name: Install pkgs
community.general.pacman:
update_cache: true
become: true
tasks:
- name: "Include workstation"
include_role: