Skip to content

Commit 538bf65

Browse files
authored
Remove to_nice_yaml from claim_content, the template takes care of it (#36)
1 parent 0024ec2 commit 538bf65

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

translate-engagement-data/site.yml

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -31,9 +31,6 @@
3131
ocp_ldap_sa_user: "{{ ocp_ldap_sa_username }}"
3232
ocp_ldap_sa_password: "{{ ocp_ldap_sa_password }}"
3333
ocp_subdomain: "{{ ocp_sub_domain }}"
34-
- name: Format Claim Content
35-
set_fact:
36-
claim_content: "{{ claim_content | to_nice_yaml }}"
3734
- name: Create Resource Claim
3835
copy:
3936
content: "{{ lookup('template', inventory_dir + '/../files/templates/resourceclaim.yaml.j2') }}"

0 commit comments

Comments
 (0)