Open MaPePeR opened 1 year ago
Files identified in the description:
If these files are incorrect, please update the component name
section of the description or use the !component
bot command.
cc @AnderEnder @alxgu @andytom @commel @dcermak @evrardjp @lrupp @sealor @toabctl click here for bot help
Summary
The repository
https://download.opensuse.org/repositories/devel:languages:nodejs/openSUSE_Leap_15.3/devel:languages:nodejs.repo
was recently removed.I tried to remove it using the
zypper_repository
module, but it fails with error "Error downloading .repo file from provided URL". (That is why I'm removing it....)The cause is, that these checks also happen for
state: absent
, which prevents removing of broken repository urls.I suppose the fix is to either disable these error for
state:absent
or provide another option that allows to skip these checks or downgrade that error to a warning.Issue Type
Bug Report
Component Name
zypper_repository
Ansible Version
Community.general Version
Configuration
OS / Environment
Target OS is SLES 15-SP3.
Steps to Reproduce
Expected Results
I expected it to remove the repository.
Actual Results
Code of Conduct