From 2a0c82e6f17495ce9c56b72f12caff11cefe0e03 Mon Sep 17 00:00:00 2001 From: David Rojas Date: Wed, 23 Sep 2020 16:04:37 -0700 Subject: [PATCH] took out all demom install --- roles/install_demo/tasks/main.yml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/roles/install_demo/tasks/main.yml b/roles/install_demo/tasks/main.yml index e7a954a..05fc3e7 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 all job templates - include_tasks: job_template_loop.yml - loop: "{{ full_demo_info }}" - when: demo == "all" +#- name: install all job templates +# include_tasks: job_template_loop.yml +# loop: "{{ full_demo_info }}" +# when: demo == "all" - name: install single job template include_tasks: job_template.yml