Skip to content

Commit

Permalink
Allow anyone to start awx and awx_task [ansible#7545]
Browse files Browse the repository at this point in the history
  • Loading branch information
ikke-t committed Jul 7, 2020
1 parent a74fbd6 commit 8b4b1f5
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions installer/roles/image_build/tasks/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 8b4b1f5

Please sign in to comment.