mirror of
https://github.com/ansible/awx.git
synced 2026-05-19 14:57:39 -02:30
Install oc and kubectl in upstream task image
This commit is contained in:
@@ -130,6 +130,13 @@
|
||||
mode: '0700'
|
||||
delegate_to: localhost
|
||||
|
||||
- name: Stage google-cloud-sdk.repo
|
||||
copy:
|
||||
src: google-cloud-sdk.repo
|
||||
dest: "{{ docker_base_path }}/google-cloud-sdk.repo"
|
||||
mode: '0700'
|
||||
delegate_to: localhost
|
||||
|
||||
- name: Stage supervisor.conf
|
||||
copy:
|
||||
src: supervisor.conf
|
||||
|
||||
Reference in New Issue
Block a user