one when: only
This commit is contained in:
parent
e69be8a124
commit
9a78d08e8d
1 changed files with 1 additions and 2 deletions
|
@ -274,10 +274,9 @@
|
||||||
mode: 0700
|
mode: 0700
|
||||||
owner: apache
|
owner: apache
|
||||||
group: apache
|
group: apache
|
||||||
when: inventory_hostname.startswith('bodhi-backend02')
|
when: inventory_hostname.startswith('bodhi-backend02') and env == "production"
|
||||||
tags:
|
tags:
|
||||||
- bodhi
|
- bodhi
|
||||||
when: env == "production"
|
|
||||||
|
|
||||||
#
|
#
|
||||||
# cron job that syncs updates to master mirror
|
# cron job that syncs updates to master mirror
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue