Skip to content

Commit

Permalink
Merge pull request #6 from justinc1/fix-ee
Browse files Browse the repository at this point in the history
Fix execution environment
  • Loading branch information
p3ck authored Nov 25, 2024
2 parents 4f04429 + 69441b4 commit fffcf5d
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 1 deletion.
2 changes: 2 additions & 0 deletions extensions/experiences/create_iis/setup.yml
Original file line number Diff line number Diff line change
Expand Up @@ -43,3 +43,5 @@ controller_templates:
project: Windows Operations / Project
survey_enabled: true
survey_spec: "{{ lookup('file', experience.path.replace('setup.yml', '') + 'template_surveys/create_iis.yml') | from_yaml }}"
ask_credential_on_launch: true
execution_environment: apd-ee-25-windows
2 changes: 2 additions & 0 deletions extensions/experiences/delete_iis/setup.yml
Original file line number Diff line number Diff line change
Expand Up @@ -43,3 +43,5 @@ controller_templates:
project: Windows Operations / Project
survey_enabled: true
survey_spec: "{{ lookup('file', experience.path.replace('setup.yml', '') + 'template_surveys/delete_iis.yml') | from_yaml }}"
ask_credential_on_launch: true
execution_environment: apd-ee-25-windows
1 change: 0 additions & 1 deletion roles/windows_manage_iis/meta/argument_specs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,6 @@ argument_specs:
type: int
description: The network port that the Server will listen on.
default: 80
required: true
windows_manage_iis_path:
type: str
description: The path on disk where the web content will be served from.
Expand Down

0 comments on commit fffcf5d

Please sign in to comment.