소스 검색

fix titles of some tasks

Grega Bremec 1 개월 전
부모
커밋
c15e4a7e75
1개의 변경된 파일2개의 추가작업 그리고 2개의 파일을 삭제
  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