Ver código fonte

fix titles of some tasks

Grega Bremec 1 mês atrás
pai
commit
c15e4a7e75
1 arquivos alterados com 2 adições e 2 exclusões
  1. 2 2
      playbooks/roles/deploy-rhbk/tasks/absent.yml

+ 2 - 2
playbooks/roles/deploy-rhbk/tasks/absent.yml

@@ -1,6 +1,6 @@
 ---
 # remove any realm imports
-- name: If there are no realm imports, create one.
+- name: Delete any realm import for the configured realm.
   block:
     - name: Remove the template realm import.
       kubernetes.core.k8s:
@@ -23,7 +23,7 @@
     name: "{{ rhbk.name | default('sso') }}"
     state: absent
 
-- name: Check if the Keycloak service is there.
+- name: Check whether the Keycloak service exists (to remove the annotation from it).
   kubernetes.core.k8s_info:
     kubeconfig: tmp/kubeconfig-ocp4
     validate_certs: no