fix logic error
This commit is contained in:
parent
129cd1f153
commit
c34ddc25a9
1 changed files with 3 additions and 3 deletions
|
@ -1,5 +1,5 @@
|
|||
- copy: >
|
||||
src=docs-rsync dest=/usr/local/bin/docs-rsync
|
||||
src=docs-rsync.stg dest=/usr/local/bin/docs-rsync
|
||||
owner=root group=root mode=0755
|
||||
tags:
|
||||
- fedora-docs
|
||||
|
@ -7,12 +7,12 @@
|
|||
when: env == "staging"
|
||||
|
||||
- copy: >
|
||||
src=docs-rsync dest=/usr/local/bin/docs-rsync.stg
|
||||
src=docs-rsync dest=/usr/local/bin/docs-rsync
|
||||
owner=root group=root mode=0755
|
||||
tags:
|
||||
- fedora-docs
|
||||
- fedora-docs/proxy
|
||||
when: env == "staging"
|
||||
when: env == "production"
|
||||
|
||||
- copy: >
|
||||
src=cron-docs-rsync dest=/etc/cron.d/docs-rsync
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue