You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Could disable all repos to make running a dnf update harder to do accidently to improve reliability.
All repos could be enabled at the start of site.yml and disabled at the end of site.yml. Note this would make running specific playbooks fail, in some cases at least.
Note repos can't be disabled after image build without significant changes to code (including 3rd party roles) to not run any dnf/yum/package modules during site.yml - unless those modules are not used with a fqdn and can be overriden which feels horribly hacky.
The text was updated successfully, but these errors were encountered:
Could disable all repos to make running a dnf update harder to do accidently to improve reliability.
All repos could be enabled at the start of site.yml and disabled at the end of site.yml. Note this would make running specific playbooks fail, in some cases at least.
Note repos can't be disabled after image build without significant changes to code (including 3rd party roles) to not run any dnf/yum/package modules during site.yml - unless those modules are not used with a fqdn and can be overriden which feels horribly hacky.
The text was updated successfully, but these errors were encountered: