Allow anyone to start awx and awx_task [#7545]

This commit is contained in:
Ilkka Tengvall
2020-07-06 11:12:04 +03:00
parent a74fbd6578
commit 8b4b1f5f81

View File

@@ -110,14 +110,14 @@
copy:
src: launch_awx.sh
dest: "{{ docker_base_path }}/launch_awx.sh"
mode: '0700'
mode: '0755'
delegate_to: localhost
- name: Stage launch_awx_task
template:
src: launch_awx_task.sh.j2
dest: "{{ docker_base_path }}/launch_awx_task.sh"
mode: '0700'
mode: '0755'
delegate_to: localhost
- name: Stage rsyslog.conf