Skip to content

Commit 36aa3ec

Browse files
committed
update ansible script
1 parent f885770 commit 36aa3ec

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

patterns/roks/scripts/deploy-pre-ansible-playbook.yaml

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -8,10 +8,6 @@
88
ansible.builtin.shell:
99
cmd: ibmcloud schematics workspace get --id "{{ workspace_id }}" -o json | jq -r .template_data[0].id
1010
register: template_id
11-
- name: Get State
12-
ansible.builtin.shell:
13-
cmd: ibmcloud schematics state pull --id "{{ workspace_id }}" --template "{{ template_id.stdout }}"
14-
register: state
1511
- name: Get Cluster names
1612
ansible.builtin.shell:
1713
cmd: ibmcloud schematics state pull --id "{{ workspace_id }}" --template "{{ template_id.stdout }}" | jq -r '.outputs.cluster_names.value' | tr -d '[]," '

0 commit comments

Comments
 (0)