actually add the stg/prod conditionals
This commit is contained in:
parent
89e503e41b
commit
7e721032b2
1 changed files with 2 additions and 0 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue