Merge branch 'master' of /git/ansible

This commit is contained in:
Ricky Elrod 2018-04-05 22:12:05 +00:00
commit aa927689ea
2 changed files with 3 additions and 3 deletions

View file

@ -17,7 +17,6 @@
package: name={{ item }} state=present package: name={{ item }} state=present
with_items: with_items:
- euca2ools - euca2ools
when: env == "staging"
tags: tags:
- fedimg - fedimg
@ -44,7 +43,6 @@
owner=fedmsg group=fedmsg mode=0700 owner=fedmsg group=fedmsg mode=0700
notify: notify:
- restart fedmsg-hub - restart fedmsg-hub
when: env == "staging"
tags: tags:
- fedimg - fedimg

View file

@ -29,6 +29,8 @@ config = {
} }
{% else %} {% else %}
config = { config = {
'fedimgconsumer': True, 'fedimgconsumer.dev.enabled': False,
'fedimgconsumer.prod.enabled': True,
'fedimgconsumer.stg.enabled': False,
} }
{% endif %} {% endif %}