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: >
|
- 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
|
owner=root group=root mode=0755
|
||||||
tags:
|
tags:
|
||||||
- fedora-docs
|
- fedora-docs
|
||||||
|
@ -7,12 +7,12 @@
|
||||||
when: env == "staging"
|
when: env == "staging"
|
||||||
|
|
||||||
- copy: >
|
- 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
|
owner=root group=root mode=0755
|
||||||
tags:
|
tags:
|
||||||
- fedora-docs
|
- fedora-docs
|
||||||
- fedora-docs/proxy
|
- fedora-docs/proxy
|
||||||
when: env == "staging"
|
when: env == "production"
|
||||||
|
|
||||||
- copy: >
|
- copy: >
|
||||||
src=cron-docs-rsync dest=/etc/cron.d/docs-rsync
|
src=cron-docs-rsync dest=/etc/cron.d/docs-rsync
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue