Should be single quotes.
This commit is contained in:
parent
3c4dc7fdbe
commit
3cf121fd11
1 changed files with 2 additions and 2 deletions
|
@ -8,7 +8,7 @@
|
|||
#
|
||||
- name: setup /etc/sudoers.d/sysadmin-main
|
||||
copy: src="{{ private }}/files/sudo/sysadmin-main" dest=/etc/sudoers.d/ owner=root group=root mode=0600
|
||||
when: sudoers-main == "passwd"
|
||||
when: sudoers-main == 'passwd'
|
||||
tags:
|
||||
- config
|
||||
#
|
||||
|
@ -16,7 +16,7 @@
|
|||
#
|
||||
- name: setup /etc/sudoers.d/sysadmin-main (nopasswd)
|
||||
copy: src="{{ private }}/files/sudo/sysadmin-main-nopasswd" dest=/etc/sudoers.d/ owner=root group=root mode=0600
|
||||
when: sudoers-main == "nopasswd"
|
||||
when: sudoers-main == 'nopasswd'
|
||||
tags:
|
||||
- config
|
||||
#
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue