Update main.yml
removing azure creds, this module is not outdated in the awx.awx collection
This commit is contained in:
@@ -23,12 +23,6 @@
|
|||||||
- "demo must be defined and be one of: {{ demo_list }}"
|
- "demo must be defined and be one of: {{ demo_list }}"
|
||||||
- "full list can be found on https://github.com/ansible/product-demos"
|
- "full list can be found on https://github.com/ansible/product-demos"
|
||||||
|
|
||||||
- name: setup public cloud credentials
|
|
||||||
include_tasks: "{{item}}"
|
|
||||||
with_first_found:
|
|
||||||
- "{{role_path}}/tasks/{{public_cloud}}.yml"
|
|
||||||
- "{{role_path}}/tasks/unsupported_cloud.yml"
|
|
||||||
|
|
||||||
- name: install all job templates
|
- name: install all job templates
|
||||||
include_tasks: job_template_loop.yml
|
include_tasks: job_template_loop.yml
|
||||||
loop: "{{ full_demo_info }}"
|
loop: "{{ full_demo_info }}"
|
||||||
|
|||||||
Reference in New Issue
Block a user