Skip to content

Commit

Permalink
Merge pull request #15 from justinc1/small-fixes
Browse files Browse the repository at this point in the history
Fix AAP job template playbook path
  • Loading branch information
p3ck authored Dec 4, 2024
2 parents c58c7a5 + 2acc589 commit 243c2ee
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions extensions/patterns/create_iis/setup.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ controller_projects:
scm_clean: 'no'
scm_delete_on_update: 'no'
scm_type: git
scm_update_on_launch: 'no'
scm_update_on_launch: 'yes'
scm_url: https://github.com/redhat-cop/infra.windows_ops.git


Expand All @@ -39,7 +39,7 @@ controller_templates:
- infra.windows_ops
- create_iis_pattern
- run_create_iis
playbook: "{{ pattern.path.replace('setup.yml', '') + 'playbooks/run_create_iis.yml' }}"
playbook: "extensions/patterns/create_iis/playbooks/run_create_iis.yml"
project: Windows Operations / Project
survey_enabled: true
survey_spec: "{{ lookup('file', pattern.path.replace('setup.yml', '') + 'template_surveys/create_iis.yml') | from_yaml }}"
Expand Down
4 changes: 2 additions & 2 deletions extensions/patterns/delete_iis/setup.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ controller_projects:
scm_clean: 'no'
scm_delete_on_update: 'no'
scm_type: git
scm_update_on_launch: 'no'
scm_update_on_launch: 'yes'
scm_url: https://github.com/redhat-cop/infra.windows_ops.git


Expand All @@ -39,7 +39,7 @@ controller_templates:
- infra.windows_ops
- delete_iis_pattern
- run_delete_iis
playbook: "{{ pattern.path.replace('setup.yml', '') + 'playbooks/run_delete_iis.yml' }}"
playbook: "extensions/patterns/delete_iis/playbooks/run_delete_iis.yml"
project: Windows Operations / Project
survey_enabled: true
survey_spec: "{{ lookup('file', pattern.path.replace('setup.yml', '') + 'template_surveys/delete_iis.yml') | from_yaml }}"
Expand Down

0 comments on commit 243c2ee

Please sign in to comment.