Add option to install shell extensions for multiple users

This commit is contained in:
2021-09-12 22:54:52 +02:00
parent fc39b3006b
commit e3614e2572
6 changed files with 31 additions and 8 deletions

View File

@@ -4,4 +4,4 @@
name: "{{ item.key }}"
shell: "{{ item.value.shell }}"
become: yes
loop: "{{ lookup('dict', etc_users, wantlist=True) }}"
loop: "{{ lookup('dict', users, wantlist=True) }}"