Skip to content

Commit

Permalink
Merge pull request #7552 from ikke-t/fix-7545
Browse files Browse the repository at this point in the history
Allow anyone to start awx and awx_task [#7545]

Reviewed-by: https://github.com/apps/softwarefactory-project-zuul
  • Loading branch information
2 parents dbfb178 + 8b4b1f5 commit 9a6da9c
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 9a6da9c

Please sign in to comment.