Skip to content

Commit 839e956

Browse files
authored
🐛 Cherry-pick Update inaccurate task names 0.9 (#538)
Needs rebase after #537 is meged Signed-off-by: Jason Montleon <jmontleo@redhat.com>
1 parent 6f40efe commit 839e956

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

roles/tackle/tasks/main.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -537,11 +537,11 @@
537537
retries: 30
538538
delay: 5
539539

540-
- name: "Set number of RHBK instances to 0 to prepare secret resources"
540+
- name: "Set number of RHBK instances to 1"
541541
set_fact:
542542
rhbk_instances: 1
543543

544-
- name: "Create RHBK Keycloak CR"
544+
- name: "Update RHBK Keycloak CR"
545545
k8s:
546546
state: present
547547
definition: "{{ lookup('template', 'customresource-rhbk-keycloak.yml.j2') }}"

0 commit comments

Comments
 (0)