From 87a0bd20c9c1bef1203f0018483c587ab19927c0 Mon Sep 17 00:00:00 2001 From: David Rojas Date: Wed, 23 Sep 2020 16:46:23 -0700 Subject: [PATCH] took out all demom install --- roles/install_demo/tasks/main.yml | 8 ++++---- .../vars/main/infrastructure/chocolatey_app_install.yml | 4 ++-- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/roles/install_demo/tasks/main.yml b/roles/install_demo/tasks/main.yml index 05fc3e7..e7a954a 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 diff --git a/roles/install_demo/vars/main/infrastructure/chocolatey_app_install.yml b/roles/install_demo/vars/main/infrastructure/chocolatey_app_install.yml index 9409deb..0170722 100644 --- a/roles/install_demo/vars/main/infrastructure/chocolatey_app_install.yml +++ b/roles/install_demo/vars/main/infrastructure/chocolatey_app_install.yml @@ -15,7 +15,7 @@ chocolatey_app_install: description: Which application do you want to install? spec: - type: multiplechoice - question_name: Select the application you would like to add, update or remove + question_name: Select the application you would like to add update or remove question_description: You can pick one or more variable: choco_packages required: true @@ -28,7 +28,7 @@ chocolatey_app_install: - vscode - type: multiplechoice question_name: What state do you want these applications in? - question_description: Select Present, Absent or Update + question_description: Select Present Absent or Update variable: app_state required: true default: present