mirror of
https://github.com/ansible/awx.git
synced 2026-05-19 14:57:39 -02:30
Remove launch scripts from configmaps
The duplication of these scripts has been bothering me for a while. They dont get enough usage to justify their existence.
This commit is contained in:
@@ -114,8 +114,8 @@
|
||||
delegate_to: localhost
|
||||
|
||||
- name: Stage launch_awx_task
|
||||
template:
|
||||
src: launch_awx_task.sh.j2
|
||||
copy:
|
||||
src: launch_awx_task.sh
|
||||
dest: "{{ docker_base_path }}/launch_awx_task.sh"
|
||||
mode: '0755'
|
||||
delegate_to: localhost
|
||||
|
||||
Reference in New Issue
Block a user