mirror of
https://pagure.io/fedora-infra/ansible.git
synced 2026-05-11 10:32:27 +08:00
Should be single quotes.
This commit is contained in:
@@ -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
|
||||
#
|
||||
|
||||
Reference in New Issue
Block a user