Skip to content

v2.0.0

Latest
Compare
Choose a tag to compare
@morgangraphics morgangraphics released this 16 Jan 02:07
· 1 commit to master since this release
bdc590a

New 2.0.0 Branch

  • As reported by @danfoster and @legau Ansible-core 2.16 removed ansible.builtin.include from ansible-core and replaced it with ansible.builtin.include_tasks. Ansible cannot scope ansible.builtin.include to ignore older versions etc. so I upgraded this role to fully support ansible-core 2.16+
  • Support for ansible-core 2.15 and below is now located in the 1.5.X-legacy branch
  • All legacy modules/plugins declarations have been updated to the newer ansible.builtin module/plugin declarations making role compliant moving forward
  • with_items declarations were replaced with the newer loop declarations
  • Error handling was added on symbiotic role variables
  • Uninstall was moved to another file and scoped to run before any install logic
  • Installation tasks have been scoped to run when uninstall: false or clean_install: true
  • clean_install variable and functionality were added to really remove stuck on grease (or someone messed up bad)
  • Added a task related to the scenario where a LTS version is set explicitly with default: true.
  • Updated README.md file with some fixes and formatting and references
  • Change Log will now be in Release Notes