syncing
This commit is contained in:
9
playbooks/group_vars/00_empty_survey.json
Normal file
9
playbooks/group_vars/00_empty_survey.json
Normal file
@@ -0,0 +1,9 @@
|
||||
{
|
||||
"name": "empty survey",
|
||||
"description": "don't use this survey",
|
||||
"spec": [
|
||||
{
|
||||
"type": "text",
|
||||
}
|
||||
]
|
||||
}
|
||||
@@ -7,8 +7,8 @@ demos:
|
||||
playbook: "playbooks/01_deploy_application.yml"
|
||||
credential: "Demo Credential"
|
||||
survey_enabled: no
|
||||
survey_spec: "none=none"
|
||||
# survey_spec: "{{ lookup('file', 'my_survey.json') }}"
|
||||
survey_spec: "none"
|
||||
workshop_type:
|
||||
- f5
|
||||
- rhel
|
||||
empty_survey: "{{ lookup('file', '../../../playbooks/surveys/00_empty_survey.json') }}"
|
||||
|
||||
Reference in New Issue
Block a user