Update main.yml

removing azure creds, this module is not outdated in the awx.awx collection
This commit is contained in:
sean cavanaugh
2022-02-09 11:30:21 -05:00
parent 6431c64213
commit ca56c1d442

View File

@@ -23,12 +23,6 @@
- "demo must be defined and be one of: {{ demo_list }}"
- "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
include_tasks: job_template_loop.yml
loop: "{{ full_demo_info }}"