瀏覽代碼

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