Adding etc, flatpak and rpm-ostree role
This commit is contained in:
7
roles/etc/tasks/users.yml
Normal file
7
roles/etc/tasks/users.yml
Normal file
@@ -0,0 +1,7 @@
|
||||
---
|
||||
- name: Update users
|
||||
ansible.builtin.user:
|
||||
name: "{{ item.key }}"
|
||||
shell: "{{ item.value.shell }}"
|
||||
become: yes
|
||||
loop: "{{ lookup('dict', etc_users, wantlist=True) }}"
|
||||
Reference in New Issue
Block a user