Ubuntu version: "Ubuntu 22.04 LTS"Pro version: 31.2~22.04
I try to enable fips-updates using pro.
pro attach This is successfull
pro enable fips-updatesThis fails.Error snippet:root@testmachine:~# pro enable fips-updates --assume-yesOne moment, checking your subscription firstUpdating FIPS Updates package listsInstalling FIPS Updates packagesUpdating standard Ubuntu package listsCould not enable FIPS Updates.Updating package listsUnexpected APT error.Failed running command 'apt-get install --assume-yes --allow-downgrades -o Dpkg::Options::="--force-confdef" -o Dpkg::Options::="--force-confold" ubuntu-fips' [exit(100)]. Message: E: Unable to locate package ubuntu-fips
Upon further analysis I see, the sources.list.d that gets created has the debian repo link commented, this file gets created and deleted during the process dynamically :Check this image: ubuntu-fips-updates.list
Is this some bug or am I missing on anything here.Appreciate any help on this.