forked from Netz39_Admin/netz39-infra-ansible
Fix linter warnings in users role
This commit is contained in:
parent
892ecb7290
commit
bebe3c2e84
1 changed files with 1 additions and 1 deletions
|
@ -37,7 +37,7 @@
|
|||
name: "{{ item.logname }}"
|
||||
groups: sudo
|
||||
append: yes
|
||||
when: item.sudo == true
|
||||
when: item.sudo
|
||||
with_items: "{{ users }}"
|
||||
|
||||
- name: Check if /etc/aliases exists
|
||||
|
|
Loading…
Reference in a new issue