Merge branch 'master' of /git/ansible

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

View File

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

View File

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