From ca56c1d442ccf267ec531a6683ab106318da4d93 Mon Sep 17 00:00:00 2001 From: sean cavanaugh Date: Wed, 9 Feb 2022 11:30:21 -0500 Subject: [PATCH] Update main.yml removing azure creds, this module is not outdated in the awx.awx collection --- old-demo-repository/roles/install_demo/tasks/main.yml | 6 ------ 1 file changed, 6 deletions(-) diff --git a/old-demo-repository/roles/install_demo/tasks/main.yml b/old-demo-repository/roles/install_demo/tasks/main.yml index d5deda5..1fc5aa1 100644 --- a/old-demo-repository/roles/install_demo/tasks/main.yml +++ b/old-demo-repository/roles/install_demo/tasks/main.yml @@ -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 }}"