Disabling subscription-manager has no effect
The copr-rh-subscribe.sh script re-enables it anyway.
This reverts commit 0272ed65b0
.
This commit is contained in:
parent
f7a96ebb5b
commit
58e8e48965
2 changed files with 0 additions and 8 deletions
|
@ -80,5 +80,4 @@ try_indefinitely subscription-manager register --force \
|
||||||
--username "$opt_user" \
|
--username "$opt_user" \
|
||||||
--password "$opt_pass" \
|
--password "$opt_pass" \
|
||||||
--name "$opt_system"
|
--name "$opt_system"
|
||||||
|
|
||||||
try_indefinitely subscription-manager attach --pool "$opt_pool_id"
|
try_indefinitely subscription-manager attach --pool "$opt_pool_id"
|
||||||
|
|
|
@ -97,13 +97,6 @@
|
||||||
when:
|
when:
|
||||||
- preparing_image
|
- preparing_image
|
||||||
|
|
||||||
- name: disable subscription manager on host
|
|
||||||
ini_file:
|
|
||||||
dest: /etc/dnf/plugins/subscription-manager.conf
|
|
||||||
section: main
|
|
||||||
option: enabled
|
|
||||||
value: "0"
|
|
||||||
|
|
||||||
- name: install the subscription-manager script
|
- name: install the subscription-manager script
|
||||||
copy:
|
copy:
|
||||||
src: copr-rh-subscribe.sh
|
src: copr-rh-subscribe.sh
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue