diff --git a/roles/install_demo/tasks/job_template.yml b/roles/install_demo/tasks/job_template.yml index ea486e9..ebb3da1 100644 --- a/roles/install_demo/tasks/job_template.yml +++ b/roles/install_demo/tasks/job_template.yml @@ -20,7 +20,7 @@ - "inventory: {{ job_template_definitions[demo].inventory }}" - "project: {{ job_template_definitions[demo].project.name }}" - "playbook: {{ job_template_definitions[demo].playbook }}" - - "execution_environment: {{ job_template_definitions[demo].execution_environment | Default('Default execution environment') }}" + - "execution_environment: {{ job_template_definitions[demo].execution_environment | default('Default execution environment') }}" - "fact_caching_enabled: {{ job_template_definitions[demo].fact_caching_enabled | default('false') }}" - "credential: {{ job_template_definitions[demo].credential }}" - "survey_enabled: {{ job_template_definitions[demo].survey_enabled | default('false') }}"