mirror of
https://github.com/ansible/awx.git
synced 2026-01-13 02:50:02 -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:
commit
9a6da9cea7
@ -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
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user