Skip to content

Commit 71e48b1

Browse files
authored
Fix merge conflict (#31)
1 parent 64d2eff commit 71e48b1

File tree

1 file changed

+1
-1
lines changed
  • inventory-generation/identity-management

1 file changed

+1
-1
lines changed

inventory-generation/identity-management/main.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,7 @@
5959

6060
- name: "Assemble inventory"
6161
set_fact:
62-
claim_content: "{{ { 'ipa_validate_certs': ipa_validate_certs, 'ipa_host': ipa_host, 'ipa_admin_user': ipa_admin_user, 'ipa_admin_password': ipa_admin_password, 'lodestar_identities': { 'users': users, 'groups': usrgrp } } | to_nice_yaml(indent=2) }}"
62+
claim_content: "{{ { 'customer_name': customer_name, 'project_name': project_name, 'ipa_validate_certs': ipa_validate_certs, 'ipa_host': ipa_host, 'ipa_admin_user': ipa_admin_user, 'ipa_admin_password': ipa_admin_password, 'lodestar_identities': { 'users': users, 'groups': usrgrp } } | to_nice_yaml(indent=2) }}"
6363

6464
- name: "Write inventory to file"
6565
copy:

0 commit comments

Comments
 (0)