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)
|
- name: Copy syncStatic script (stg)
|
||||||
when: env == "staging"
|
when: env == "staging"
|
||||||
copy: >
|
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
|
mode=0755
|
||||||
tags:
|
tags:
|
||||||
- fedora-web
|
- fedora-web
|
||||||
|
@ -40,14 +40,14 @@
|
||||||
- name: Copy syncStatic script (prod)
|
- name: Copy syncStatic script (prod)
|
||||||
when: env == "production"
|
when: env == "production"
|
||||||
copy: >
|
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
|
mode=0755
|
||||||
tags:
|
tags:
|
||||||
- fedora-web
|
- fedora-web
|
||||||
|
|
||||||
- name: Copy syncTranslations script
|
- name: Copy syncTranslations script
|
||||||
copy: >
|
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
|
group=root mode=0755
|
||||||
tags:
|
tags:
|
||||||
- fedora-web
|
- fedora-web
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue