mirror of
https://github.com/ansible/awx.git
synced 2026-02-04 11:08:13 -03:30
Allow anyone to start awx and awx_task [#7545]
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user