Skip to content

Commit

Permalink
Rename feature_servicedesk to deploy_servicedesk
Browse files Browse the repository at this point in the history
  • Loading branch information
phavekes committed Jan 28, 2025
1 parent 9a15721 commit 07bf9ec
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion roles/myconext/tasks/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -249,4 +249,4 @@
SHIB_ENTITYID: "https://servicedesk.{{ myconext_base_domain }}/shibboleth"
SHIB_REMOTE_ENTITYID: "https://engine.{{ base_domain }}/authentication/idp/metadata"
SHIB_REMOTE_METADATA: "{{ shibboleth_metadata_sources.engine }}"
when: myconext.feature_servicedesk | default(false) | bool
when: myconext.deploy_servicedesk | default(false) | bool

0 comments on commit 07bf9ec

Please sign in to comment.