Fix up syntax
This commit is contained in:
parent
9251b80822
commit
9d33d6b9d4
1 changed files with 1 additions and 2 deletions
|
@ -34,8 +34,7 @@
|
||||||
- packages
|
- packages
|
||||||
|
|
||||||
- name: allow packagers to use mock
|
- name: allow packagers to use mock
|
||||||
lineinfile: dest=/etc/pam.d/mock line="{{ item }} sufficient pam_succeed_if.so user ingroup packager use_uid quiet"
|
lineinfile: dest=/etc/pam.d/mock line="{{ item }} sufficient pam_succeed_if.so user ingroup packager use_uid quiet" insertbefore=BOF
|
||||||
insertbefore: BOF
|
|
||||||
with_items:
|
with_items:
|
||||||
- account
|
- account
|
||||||
- auth
|
- auth
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue