1
1
Fork 0
mirror of https://gitlab.archlinux.org/archlinux/infrastructure.git synced 2024-06-10 08:56:10 +02:00

Add archusers tag to sudo and phrik roles

Running archusers resets the groups of the users so these also need to
run afterwards.

Signed-off-by: Florian Pritz <bluewind@xinu.at>
This commit is contained in:
Florian Pritz 2017-11-06 09:34:32 +01:00
parent 8140f80c76
commit 769e6af84c
2 changed files with 2 additions and 0 deletions

View File

@ -10,3 +10,4 @@
user: groups=phrik name="{{ item }}" append=yes
with_items:
- demize
tags: ['archusers']

View File

@ -6,6 +6,7 @@
- name: add sudo users to wheel
user: name="{{ item }}" append=yes groups=wheel
with_items: "{{ sudo_users }}"
tags: ['archusers']
- name: allow wheel group to use sudo
lineinfile: