File tree 1 file changed +4
-2
lines changed
1 file changed +4
-2
lines changed Original file line number Diff line number Diff line change @@ -4,6 +4,8 @@ user_message:
4
4
- Update Credential for Insights Inventory with Red Hat account.
5
5
- Add variables for system_roles. https://console.redhat.com/ansible/automation-hub/repo/published/redhat/rhel_system_roles
6
6
7
+ # "!unsafe" used to pass raw jinja2 through to the injector definition, see
8
+ # https://github.com/redhat-cop/controller_configuration/tree/devel/roles/credential_types#formating-injectors
7
9
controller_credential_types :
8
10
- name : Insights Collection
9
11
kind : cloud
@@ -18,8 +20,8 @@ controller_credential_types:
18
20
secret : true
19
21
injectors :
20
22
env :
21
- INSIGHTS_USER : " {% raw %}{ { insights_user }}{% endraw %} "
22
- INSIGHTS_PASSWORD : " {% raw %}{ { insights_password }}{% endraw %} "
23
+ INSIGHTS_USER : !unsafe '{ { insights_user }}'
24
+ INSIGHTS_PASSWORD : !unsafe '{ { insights_password }}'
23
25
24
26
controller_credentials :
25
27
- name : Insights Inventory
You can’t perform that action at this time.
0 commit comments