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 }}"