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:
Pavel Raiskup 2024-02-28 16:55:09 +01:00
parent f7a96ebb5b
commit 58e8e48965
2 changed files with 0 additions and 8 deletions

View file

@ -80,5 +80,4 @@ try_indefinitely subscription-manager register --force \
--username "$opt_user" \
--password "$opt_pass" \
--name "$opt_system"
try_indefinitely subscription-manager attach --pool "$opt_pool_id"

View file

@ -97,13 +97,6 @@
when:
- 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
copy:
src: copr-rh-subscribe.sh