one when: only

This commit is contained in:
Kevin Fenzi 2018-11-10 00:44:22 +00:00
parent e69be8a124
commit 9a78d08e8d

View file

@ -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