single quotes?
This commit is contained in:
parent
1939566096
commit
af571e6015
@ -106,21 +106,21 @@
|
||||
name: nhadmin
|
||||
groups: wheel
|
||||
append: yes
|
||||
when: wheel in groups
|
||||
when: 'wheel' in groups
|
||||
|
||||
- name: Add nhadmin to sudo group.
|
||||
user:
|
||||
name: nhadmin
|
||||
groups: sudo
|
||||
append: yes
|
||||
when: sudo in groups
|
||||
when: 'sudo' in groups
|
||||
|
||||
- name: Add nhadmin to systemd-journal group.
|
||||
user:
|
||||
name: nhadmin
|
||||
groups: systemd-journal
|
||||
append: yes
|
||||
when: systemd-journal in groups
|
||||
when: 'systemd-journal' in groups
|
||||
|
||||
|
||||
# Sysadmin user SSH pub key
|
||||
|
Loading…
x
Reference in New Issue
Block a user