Skip to content

Commit af5657b

Browse files
authored
Fixing task bugs (#90)
1 parent 9cba6d0 commit af5657b

File tree

2 files changed

+6
-4
lines changed

2 files changed

+6
-4
lines changed

manage-participants/process_add.yml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,9 @@
11
---
22

33
- hosts: identity-hosts
4-
set_fact:
5-
identities: "{{ lodestar_identities }}"
4+
tasks:
5+
- set_fact:
6+
identities: "{{ lodestar_identities }}"
67

78
- name: Add participants to IdM
89
import_playbook: "../../requirements_roles/infra-ansible/playbooks/manage-identities/manage-idm-identities.yml"

manage-participants/process_remove.yml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,9 @@
11
---
22

33
- hosts: identity-hosts
4-
set_fact:
5-
identities: "{{ lodestar_identities_remove }}"
4+
tasks:
5+
- set_fact:
6+
identities: "{{ lodestar_identities_remove }}"
67

78
- name: Remove participants from IdM
89
import_playbook: "../../requirements_roles/infra-ansible/playbooks/manage-identities/manage-idm-identities.yml"

0 commit comments

Comments
 (0)