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: copy:
src: launch_awx.sh src: launch_awx.sh
dest: "{{ docker_base_path }}/launch_awx.sh" dest: "{{ docker_base_path }}/launch_awx.sh"
mode: '0700' mode: '0755'
delegate_to: localhost delegate_to: localhost
- name: Stage launch_awx_task - name: Stage launch_awx_task
template: template:
src: launch_awx_task.sh.j2 src: launch_awx_task.sh.j2
dest: "{{ docker_base_path }}/launch_awx_task.sh" dest: "{{ docker_base_path }}/launch_awx_task.sh"
mode: '0700' mode: '0755'
delegate_to: localhost delegate_to: localhost
- name: Stage rsyslog.conf - name: Stage rsyslog.conf