We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0024ec2 commit 538bf65Copy full SHA for 538bf65
translate-engagement-data/site.yml
@@ -31,9 +31,6 @@
31
ocp_ldap_sa_user: "{{ ocp_ldap_sa_username }}"
32
ocp_ldap_sa_password: "{{ ocp_ldap_sa_password }}"
33
ocp_subdomain: "{{ ocp_sub_domain }}"
34
- - name: Format Claim Content
35
- set_fact:
36
- claim_content: "{{ claim_content | to_nice_yaml }}"
37
- name: Create Resource Claim
38
copy:
39
content: "{{ lookup('template', inventory_dir + '/../files/templates/resourceclaim.yaml.j2') }}"
0 commit comments