Explorar o código

corrected rhel unsubscribe role

Tzu-Mainn Chen %!s(int64=7) %!d(string=hai) anos
pai
achega
45f7ad70ec
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  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