Skip to content
Snippets Groups Projects
Unverified Commit b42757d3 authored by yun's avatar yun Committed by GitHub
Browse files

Fix RHEL subscription activation key by removing auto_attach and syspurpose (#10258)

parent a4d8d15a
No related branches found
No related tags found
No related merge requests found
...@@ -35,13 +35,7 @@ ...@@ -35,13 +35,7 @@
state: present state: present
org_id: "{{ rh_subscription_org_id }}" org_id: "{{ rh_subscription_org_id }}"
activationkey: "{{ rh_subscription_activation_key }}" activationkey: "{{ rh_subscription_activation_key }}"
auto_attach: true
force_register: true force_register: true
syspurpose:
usage: "{{ rh_subscription_usage }}"
role: "{{ rh_subscription_role }}"
service_level_agreement: "{{ rh_subscription_sla }}"
sync: true
notify: RHEL auto-attach subscription notify: RHEL auto-attach subscription
become: true become: true
when: when:
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment