make stg and prod use different files
This commit is contained in:
parent
84e33ff9f3
commit
954dd50de7
1 changed files with 13 additions and 0 deletions
|
@ -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"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue