fixing copy directive to use proper arg names
This commit is contained in:
parent
e50e8050b4
commit
11bb51e75f
1 changed files with 1 additions and 1 deletions
|
@ -55,7 +55,7 @@
|
|||
when: deployment_type in ['dev', 'stg']
|
||||
|
||||
- name: create /var/log/taskotron for task logfiles
|
||||
file: path=/var/log/taskotron state=directory owner=root group={{ slaves_group }} mode=1775
|
||||
file: src=/var/log/taskotron state=directory owner=root group={{ slaves_group }} mode=1775
|
||||
when: deployment_type in ['dev', 'stg']
|
||||
|
||||
- name: upload custom selinux policy to allow buildslaves to use qemu-kvm
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue