make stg and prod use different files

This commit is contained in:
Kevin Fenzi 2017-08-30 15:57:29 +00:00
parent 84e33ff9f3
commit 954dd50de7

View file

@ -31,3 +31,16 @@
tags:
- fedora-docs
- fedora-docs/proxy
when: env == "production"
- copy: >
src={{item}}.stg dest=/etc/httpd/conf.d/{{website}}/{{item}}
owner=root group=root mode=0644
with_items:
- fedora-docs.conf
notify:
- reload proxyhttpd
tags:
- fedora-docs
- fedora-docs/proxy
when: env == "staging"