aboutsummaryrefslogtreecommitdiff
path: root/roles/guest-configure/tasks/undo.yml
diff options
context:
space:
mode:
authorspmfox <spmfox@foxwd.com>2025-07-15 18:29:03 -0400
committerspmfox <spmfox@foxwd.com>2025-07-15 18:29:03 -0400
commit167b3da9926db3a4f507533427b72933c008dee6 (patch)
tree0becf90d8e9da037d8b02a0b1f69ce41e6730df3 /roles/guest-configure/tasks/undo.yml
parent57dba39ce3df4a84e05138a7b42e37615d58abc8 (diff)
adding EL10, enhancing rhsm
Diffstat (limited to 'roles/guest-configure/tasks/undo.yml')
-rw-r--r--roles/guest-configure/tasks/undo.yml2
1 files changed, 1 insertions, 1 deletions
diff --git a/roles/guest-configure/tasks/undo.yml b/roles/guest-configure/tasks/undo.yml
index 22889f1..e01c95e 100644
--- a/roles/guest-configure/tasks/undo.yml
+++ b/roles/guest-configure/tasks/undo.yml
@@ -1,3 +1,3 @@
- name: Import Red Hat Subscription Manager unregister task
ansible.builtin.import_tasks: rhsm-unregister.yml
- when: (guest_configure_rhsm_username | length > 0) and (guest_configure_rhsm_password | length > 0)
+ when: (guest_configure_rhsm_username | length > 0) or (guest_configure_rhsm_org_id | length > 0)