From 51648408163349a0ba3344aaaab1281f88e60507 Mon Sep 17 00:00:00 2001 From: David Rojas Date: Wed, 23 Sep 2020 14:37:19 -0700 Subject: [PATCH] new demo choco --- .ansible.cfg | 3 ++- .../vars/main/infrastructure/chocolatey_app_install.yml | 6 +++++- 2 files changed, 7 insertions(+), 2 deletions(-) diff --git a/.ansible.cfg b/.ansible.cfg index accfed4..f85e5ea 100644 --- a/.ansible.cfg +++ b/.ansible.cfg @@ -26,8 +26,9 @@ stdout_callback = yaml #remote_port = 22 #module_lang = C #module_set_locale = False +interpreter_python = auto_legacy host_key_checking = False -interpreter_python = /usr/bin/python +#interpreter_python = /usr/bin/python # plays will gather facts by default, which contain information about # the remote system. 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 7c530d4..00af113 100644 --- a/roles/install_demo/vars/main/infrastructure/chocolatey_app_install.yml +++ b/roles/install_demo/vars/main/infrastructure/chocolatey_app_install.yml @@ -31,7 +31,11 @@ deploy_application: question_description: Select Present, Absent or Update variable: app_state required: true - default: present + default: present + choices: + - present + - absent + - update #video: "https://www.youtube.com/watch?v=pU8ZgSBuEJw&list=PLdu06OJoEf2bp-PNtxPP_2n7Avkax8TED" project: name: "Ansible official demo project"