Make deploy.sh accessible with sudo
This commit is contained in:
parent
c76ec95ab9
commit
6265387d02
|
@ -33,6 +33,6 @@
|
|||
- name: Copy deploy.sh
|
||||
ansible.builtin.template:
|
||||
src: scripts/deploy.sh.j2
|
||||
dest: /usr/local/bin/deploy.sh
|
||||
dest: /usr/bin/deploy.sh
|
||||
owner: root
|
||||
mode: u=rwx,g=rx,o=rx
|
||||
|
|
|
@ -57,6 +57,6 @@
|
|||
- name: Copy deploy.sh
|
||||
ansible.builtin.template:
|
||||
src: scripts/deploy.sh.j2
|
||||
dest: /usr/local/bin/deploy.sh
|
||||
dest: /usr/bin/deploy.sh
|
||||
owner: root
|
||||
mode: u=rwx,g=rx,o=rx
|
||||
|
|
Loading…
Reference in a new issue