Skip to content

v1.4.10

Compare
Choose a tag to compare
@lae lae released this 19 Mar 08:33
· 328 commits to develop since this release
v1.4.10

Minor feature release.

By default, this role executes a apt-get dist-upgrade on every run. While this is required for initial installation, some users may not want this to occur when re-running their playbook after an initial installation run. You can configure this with the pve_upgrade role variable: no will disable all upgrades and safe will execute aptitude safe-upgrade (see apt_module docs for more information).

#25 - Allow upgrade step to be configurable