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:
Shane McDonald
2020-12-22 09:12:03 -05:00
parent 8788c904c8
commit 106d90aeb3
5 changed files with 2 additions and 80 deletions

View File

@@ -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