owner, not user
Signed-off-by: Ricky Elrod <codeblock@fedoraproject.org>
This commit is contained in:
parent
2aa6e8cf8a
commit
acc1363970
1 changed files with 3 additions and 3 deletions
|
@ -32,7 +32,7 @@
|
|||
- name: Copy syncStatic script (stg)
|
||||
when: env == "staging"
|
||||
copy: >
|
||||
src=syncStatic.stg.sh dest=/usr/local/bin/syncStatic user=root group=root
|
||||
src=syncStatic.stg.sh dest=/usr/local/bin/syncStatic owner=root group=root
|
||||
mode=0755
|
||||
tags:
|
||||
- fedora-web
|
||||
|
@ -40,14 +40,14 @@
|
|||
- name: Copy syncStatic script (prod)
|
||||
when: env == "production"
|
||||
copy: >
|
||||
src=syncStatic.sh dest=/usr/local/bin/syncStatic user=root group=root
|
||||
src=syncStatic.sh dest=/usr/local/bin/syncStatic owner=root group=root
|
||||
mode=0755
|
||||
tags:
|
||||
- fedora-web
|
||||
|
||||
- name: Copy syncTranslations script
|
||||
copy: >
|
||||
src=syncTranslations.sh dest=/usr/local/bin/syncTranslations.sh user=root
|
||||
src=syncTranslations.sh dest=/usr/local/bin/syncTranslations.sh owner=root
|
||||
group=root mode=0755
|
||||
tags:
|
||||
- fedora-web
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue