diff --git a/ansible-product_demos-1.2.2.tar.gz b/ansible-product_demos-1.2.2.tar.gz new file mode 100644 index 0000000..b8832bc Binary files /dev/null and b/ansible-product_demos-1.2.2.tar.gz differ diff --git a/galaxy.yml b/galaxy.yml index 55fed9f..5e5f932 100644 --- a/galaxy.yml +++ b/galaxy.yml @@ -1,11 +1,13 @@ --- namespace: ansible name: product_demos -version: 1.2.1 +version: 1.2.3 readme: README.md authors: - Sean Cavanaugh @IPvSean + - David Rojas + - Colin McNaughton description: repository of demos to showcase Ansible features. diff --git a/roles/install_demo/tasks/main.yml b/roles/install_demo/tasks/main.yml index a06b4f3..ca57ca1 100644 --- a/roles/install_demo/tasks/main.yml +++ b/roles/install_demo/tasks/main.yml @@ -20,10 +20,10 @@ - "demo must be defined and be one of: {{ demo_list }}" - "full list can be found on https://github.com/ansible/product-demos" -- name: install Azure cred - include_tasks: azure_cred.yml - when: - - azure_demo == True +# - name: install Azure cred +# include_tasks: azure_cred.yml +# when: +# - azure_demo == True - name: install all job templates include_tasks: job_template_loop.yml