I have the requirement to upgrade(patching) the new major version of SUSE using ansible playbook
I tried using different module of ansible but couldnt find the steps
I have the requirement to upgrade(patching) the new major version of SUSE using ansible playbook
I tried using different module of ansible but couldnt find the steps
I have find the solution for it:
steps:
thats all :)
from zypper – Manage packages on SUSE and openSUSE
# Update all packages
- zypper:
name: '*'
state: latest
but i guess you need extra steps before, like updating the central repo, or mount the iso on hosts, etc...