Fix condition
This commit is contained in:
parent
308653cfe8
commit
8ff387fcf3
1 changed files with 1 additions and 1 deletions
|
@ -40,7 +40,7 @@
|
||||||
|
|
||||||
- name: make sure the selinux fcontext is restored
|
- name: make sure the selinux fcontext is restored
|
||||||
command: restorecon -R "{{ buildmaster_home }}"
|
command: restorecon -R "{{ buildmaster_home }}"
|
||||||
when: slaves is defined and deployment_type in ['dev', 'stg', 'qa-stg']
|
when: deployment_type in ['dev', 'stg', 'qa-stg']
|
||||||
|
|
||||||
- name: add the buildmaster user
|
- name: add the buildmaster user
|
||||||
user: name={{ buildmaster_user }} home={{ buildmaster_home }}
|
user: name={{ buildmaster_user }} home={{ buildmaster_home }}
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue