actually add the stg/prod conditionals

This commit is contained in:
Kevin Fenzi 2016-06-07 20:35:03 +00:00
parent 89e503e41b
commit 7e721032b2

View file

@ -58,6 +58,7 @@
- fedora-web
- name: Copy syncTranslations script (stg)
when: env == "staging"
copy: >
src=syncTranslations.stg.sh dest=/usr/local/bin/syncTranslations.sh owner=root
group=root mode=0755
@ -65,6 +66,7 @@
- fedora-web
- name: Copy syncTranslations script (prod)
when: env == "production"
copy: >
src=syncTranslations.sh dest=/usr/local/bin/syncTranslations.sh owner=root
group=root mode=0755