### Describe the bug <!-- A clear and concise description of what the bug is. --> CI for OpenSUSE tumbleweed is failing because of upstream issue: https://progress.opensuse.org/issues/104193#change-475218 ### Steps to reproduce the bug <!-- Include debug logs if possible and relevant, e.g. using `salt-minion -l debug`. --> <!-- Alternatively, linking to Kitchen debug logs is useful, e.g. via. Travis CI. --> <!-- Most useful is providing a failing InSpec test, which can be used to verify any proposed fix. --> ### Attempts to fix the bug <!-- Please mention any attempts you have made to fix the bug and what the results were. --> Possible Workaround described here: https://forums.opensuse.org/showthread.php/564178-update-curl-error-16 ``` cd /etc/zypp/repos.d sed -i 's|download.opensuse|mirrorcache.opensuse|g' *.repo ``` ### Additional context <!-- Add any other context about the problem here. -->