Add support for arch linux

This commit is contained in:
2020-12-08 22:00:44 +01:00
parent 9d7c0d2428
commit 1f0ea0e7be
5 changed files with 273 additions and 20 deletions

View File

@@ -37,6 +37,17 @@
when: distro == 'fedora'
tags: [always]
- set_fact:
user_groups:
- libvirt
- wheel
- vboxusers
- wireshark
- docker
- sudonopw
when: distro == 'archlinux'
tags: [always]
- set_fact:
user_group_name: "{{ user.group|default(user.name) }}"
tags: [always]