mirror of
https://github.com/ZwareBear/awx.git
synced 2026-05-15 00:28:35 -05:00
Install config-watcher as 0755 rather than chmod'ing it later
This commit is contained in:
committed by
Shane McDonald
parent
7852f4f054
commit
a057277823
@@ -179,6 +179,7 @@
|
|||||||
copy:
|
copy:
|
||||||
src: ../tools/scripts/config-watcher
|
src: ../tools/scripts/config-watcher
|
||||||
dest: "{{ docker_base_path }}/config-watcher"
|
dest: "{{ docker_base_path }}/config-watcher"
|
||||||
|
mode: 0755
|
||||||
delegate_to: localhost
|
delegate_to: localhost
|
||||||
|
|
||||||
- name: Stage Makefile
|
- name: Stage Makefile
|
||||||
|
|||||||
Reference in New Issue
Block a user