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 #remote_port = 22
#module_lang = C #module_lang = C
#module_set_locale = False #module_set_locale = False
interpreter_python = auto_legacy
host_key_checking = False host_key_checking = False
interpreter_python = /usr/bin/python #interpreter_python = /usr/bin/python
# plays will gather facts by default, which contain information about # plays will gather facts by default, which contain information about
# the remote system. # the remote system.

View File

@@ -31,7 +31,11 @@ deploy_application:
question_description: Select Present, Absent or Update question_description: Select Present, Absent or Update
variable: app_state variable: app_state
required: true required: true
default: present default: present
choices:
- present
- absent
- update
#video: "https://www.youtube.com/watch?v=pU8ZgSBuEJw&list=PLdu06OJoEf2bp-PNtxPP_2n7Avkax8TED" #video: "https://www.youtube.com/watch?v=pU8ZgSBuEJw&list=PLdu06OJoEf2bp-PNtxPP_2n7Avkax8TED"
project: project:
name: "Ansible official demo project" name: "Ansible official demo project"