fix missing quote
This commit is contained in:
parent
07709f793b
commit
723a7f2172
1 changed files with 1 additions and 1 deletions
|
@ -61,7 +61,7 @@
|
|||
- packages
|
||||
|
||||
- name: allow packagers to use mock
|
||||
copy: dest=/etc/pam.d/mock src="{{ files }}/common/mock
|
||||
copy: dest=/etc/pam.d/mock src="{{ files }}/common/mock"
|
||||
with_items:
|
||||
- account
|
||||
- auth
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue