fixing syntax error from typo
This commit is contained in:
parent
e3a1ca0a89
commit
3fb30ad731
1 changed files with 1 additions and 1 deletions
|
@ -64,7 +64,7 @@
|
||||||
when: deployment_type in ['dev', 'stg']
|
when: deployment_type in ['dev', 'stg']
|
||||||
|
|
||||||
- name: compile selinux policy
|
- name: compile selinux policy
|
||||||
command: chdir=/root/ creates/root/service-virt-transition.pp make -f /usr/share/selinux/devel/Makefile
|
command: chdir=/root/ creates=/root/service-virt-transition.pp make -f /usr/share/selinux/devel/Makefile
|
||||||
when: deployment_type in ['dev', 'stg']
|
when: deployment_type in ['dev', 'stg']
|
||||||
|
|
||||||
- name: load custom selinux policy for qemu-kvm from buildslaves
|
- name: load custom selinux policy for qemu-kvm from buildslaves
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue