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 9cba6d0 commit af5657bCopy full SHA for af5657b
manage-participants/process_add.yml
@@ -1,8 +1,9 @@
1
---
2
3
- hosts: identity-hosts
4
- set_fact:
5
- identities: "{{ lodestar_identities }}"
+ tasks:
+ - set_fact:
6
+ identities: "{{ lodestar_identities }}"
7
8
- name: Add participants to IdM
9
import_playbook: "../../requirements_roles/infra-ansible/playbooks/manage-identities/manage-idm-identities.yml"
manage-participants/process_remove.yml
- identities: "{{ lodestar_identities_remove }}"
+ identities: "{{ lodestar_identities_remove }}"
- name: Remove participants from IdM
0 commit comments