new demo choco

This commit is contained in:
David Rojas
2020-09-23 14:37:19 -07:00
parent 268aca7eee
commit 5164840816
2 changed files with 7 additions and 2 deletions

View File

@@ -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.

View File

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