mirror of
https://github.com/ansible/awx.git
synced 2026-03-19 01:47:31 -02:30
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