Skip to content

Commit

Permalink
Fix reference to survey files
Browse files Browse the repository at this point in the history
Mistakenly used yaml instead of yml.
  • Loading branch information
p3ck committed Nov 22, 2024
1 parent 66b41aa commit 308929f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion extensions/experiences/create_iis/setup.yml
Original file line number Diff line number Diff line change
Expand Up @@ -42,4 +42,4 @@ controller_templates:
playbook: extensions/experiences/create_iis/playbooks/run_create_iis.yml
project: Windows Ops PLaybooks Project
survey_enabled: true
survey_spec: "{{ lookup('file', experience.path.replace('setup.yml', '') + 'template_surveys/create_iis.yaml') | from_yaml }}"
survey_spec: "{{ lookup('file', experience.path.replace('setup.yml', '') + 'template_surveys/create_iis.yml') | from_yaml }}"
2 changes: 1 addition & 1 deletion extensions/experiences/delete_iis/setup.yml
Original file line number Diff line number Diff line change
Expand Up @@ -42,4 +42,4 @@ controller_templates:
playbook: extensions/experiences/create_iis/playbooks/run_delete_iis.yml
project: Windows Ops PLaybooks Project
survey_enabled: true
survey_spec: "{{ lookup('file', experience.path.replace('setup.yml', '') + 'template_surveys/delete_iis.yaml') | from_yaml }}"
survey_spec: "{{ lookup('file', experience.path.replace('setup.yml', '') + 'template_surveys/delete_iis.yml') | from_yaml }}"

0 comments on commit 308929f

Please sign in to comment.