mirror of
https://github.com/ansible/awx.git
synced 2026-03-03 09:48:51 -03:30
Merge pull request #7552 from ikke-t/fix-7545
Allow anyone to start awx and awx_task [#7545] Reviewed-by: https://github.com/apps/softwarefactory-project-zuul
This commit is contained in:
@@ -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
|
||||||
|
|||||||
Reference in New Issue
Block a user