소스 검색

corrected rhel unsubscribe role

Tzu-Mainn Chen 7 년 전
부모
커밋
45f7ad70ec
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      playbooks/openstack/openshift-cluster/uninstall.yml

+ 1 - 1
playbooks/openstack/openshift-cluster/uninstall.yml

@@ -6,7 +6,7 @@
   tasks:
   - name: Unsubscribe RHEL instances
     import_role:
-      name: rhel_subscribe
+      name: rhel_unsubscribe
     when:
     - ansible_distribution == "RedHat"
     - rhsub_user is defined