Only apply changes to stage
This commit is contained in:
parent
a00708b19b
commit
5a18bd3833
1 changed files with 6 additions and 6 deletions
|
@ -13,8 +13,8 @@
|
||||||
notify:
|
notify:
|
||||||
- restart apache
|
- restart apache
|
||||||
- restart fedmsg-hub
|
- restart fedmsg-hub
|
||||||
- restart mbs poller
|
# - restart mbs poller
|
||||||
- restart mbs workers
|
# - restart mbs workers
|
||||||
tags:
|
tags:
|
||||||
- mbs
|
- mbs
|
||||||
- mbs/common
|
- mbs/common
|
||||||
|
@ -38,8 +38,8 @@
|
||||||
notify:
|
notify:
|
||||||
- restart apache
|
- restart apache
|
||||||
- restart fedmsg-hub
|
- restart fedmsg-hub
|
||||||
- restart mbs poller
|
# - restart mbs poller
|
||||||
- restart mbs workers
|
# - restart mbs workers
|
||||||
tags:
|
tags:
|
||||||
- mbs
|
- mbs
|
||||||
- mbs/common
|
- mbs/common
|
||||||
|
@ -154,7 +154,7 @@
|
||||||
- config
|
- config
|
||||||
- mbs
|
- mbs
|
||||||
- mbs/common
|
- mbs/common
|
||||||
when: not mbs_frontend
|
when: not mbs_frontend and env_suffix == ".stg"
|
||||||
|
|
||||||
- name: Configure the MBS workers and poller
|
- name: Configure the MBS workers and poller
|
||||||
block:
|
block:
|
||||||
|
@ -206,7 +206,7 @@
|
||||||
tags:
|
tags:
|
||||||
- mbs
|
- mbs
|
||||||
- mbs/common
|
- mbs/common
|
||||||
when: not mbs_frontend
|
when: not mbs_frontend and env_suffix == ".stg"
|
||||||
|
|
||||||
- name: create /etc/module-build-service/default-modules directory
|
- name: create /etc/module-build-service/default-modules directory
|
||||||
file:
|
file:
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue