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:
|
||||
- restart apache
|
||||
- restart fedmsg-hub
|
||||
- restart mbs poller
|
||||
- restart mbs workers
|
||||
# - restart mbs poller
|
||||
# - restart mbs workers
|
||||
tags:
|
||||
- mbs
|
||||
- mbs/common
|
||||
|
@ -38,8 +38,8 @@
|
|||
notify:
|
||||
- restart apache
|
||||
- restart fedmsg-hub
|
||||
- restart mbs poller
|
||||
- restart mbs workers
|
||||
# - restart mbs poller
|
||||
# - restart mbs workers
|
||||
tags:
|
||||
- mbs
|
||||
- mbs/common
|
||||
|
@ -154,7 +154,7 @@
|
|||
- config
|
||||
- mbs
|
||||
- mbs/common
|
||||
when: not mbs_frontend
|
||||
when: not mbs_frontend and env_suffix == ".stg"
|
||||
|
||||
- name: Configure the MBS workers and poller
|
||||
block:
|
||||
|
@ -206,7 +206,7 @@
|
|||
tags:
|
||||
- mbs
|
||||
- mbs/common
|
||||
when: not mbs_frontend
|
||||
when: not mbs_frontend and env_suffix == ".stg"
|
||||
|
||||
- name: create /etc/module-build-service/default-modules directory
|
||||
file:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue