Skip to content

Commit

Permalink
Minor fixes
Browse files Browse the repository at this point in the history
Signed-off-by: Jan Dušek <[email protected]>
  • Loading branch information
jandusek4 committed Jul 3, 2024
1 parent 343f6cc commit 1d33349
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -329,7 +329,7 @@
zen_api_key: "{{ usage.resources[0].data['cpadminservice-zen-api-key'] | regex_search(regexp,'\\1') | list | first
if usage.resources | length != 0 and usage.resources[0].data['cpadminservice-zen-api-key'] is defined }}"
vars:
regexp: 'the UI: (.*)'
regexp: 'the UI: (.*)'

- name: Generate new Zen Api key
when: zen_api_key | length == 0
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,7 @@ The following list specifies when you need to perform particular post-deployment
- [Automation Decision Services (ADS) (decisions_ads pattern)](#automation-decision-services-ads-decisions_ads-pattern)
- [ADS project git repo & connection](#ads-project-git-repo--connection) - When you want to connect your ADS solution to GIT repository.
- [Develop custom libraries](#develop-custom-libraries) - When you want to create your custom ADS libraries.
- [Configure GenAI secret parameters](#configure-genai-secret-parameters) - When you want to use GenAI rules.
- [FileNet Content Manager (FNCM) (content pattern)](#filenet-content-manager-fncm-content-pattern)
- [Update Google OIDC redirect URIs](#update-google-oidc-redirect-uris) - (don't use now) When you configured Google ID for External Share.
- [External Share](#external-share) - (don't use now) When you want to use External Share.
Expand Down

0 comments on commit 1d33349

Please sign in to comment.