Skip to content

Releases: foundata/ansible-skeletons

v2.3.0

02 May 11:14

Choose a tag to compare

Changed

  • collection_default, role_default: Reverse task inclusion of main role entry point order for better platform handling. (f2a3202)

Fixed

  • collection_default, role_default: Fix a bug that prevented inclusion of more than two specific task files in the sequence in main role entry point. (f2a3202)

v2.2.2

21 Apr 14:14

Choose a tag to compare

Changed

  • collection_default, role_default: Add Fedora 42 support, remove EOL Fedora 40 from roles and tests. (705fcc9)

Fixed

  • collection_default, role_default: Molecule: correct path resolution for prepare tasks includes. (31ba386)

v2.2.1

19 Apr 01:48

Choose a tag to compare

Fixed

  • collection_default, role_default: Fix off-by-one and templating errors in setup task examples (e077d6f)

v2.2.0

05 Apr 19:01

Choose a tag to compare

Added

Changed

  • collection_default: Init task: Improve check of supported platforms from vars/main.yml, support listing a os_family value. (ca0d4c1)
  • role_default: Init task: Improve check of supported platforms from vars/main.yml, support listing a os_family value. (ca0d4c1)

Fixed

  • collection_default: Fix run_run_ typo in check for package state latest. (624cdb5)
  • collection_default: Fix left-over usage of role meta data platforms key. (228b3a3)

v2.1.0

02 Mar 01:53

Choose a tag to compare

Changed

  • collection_default, role_default: Setup tasks are now split into separate install and uninstall sub-directories. Managing installation and removal in separate files simplifies handling in real-world scenarios compared to implementing optional removal logic within the installation context. (5bf9580)
  • collection_default: Changed antsibull-changelog config to RST. (ec7fe76)

Fixed

  • collection_default, role_default: Use dedicated loop var in main entry point to prevent "variable 'item' is already in use" warnings. (5d13ea1)
  • collection_default: .gitignore: Moved file into the correct directory, added antsibull-changelog. (33613eb)

v2.0.0

16 Feb 23:56

Choose a tag to compare

This release includes a new Ansible collection skeleton. All resources have been generally revamped according to best practices and recent Ansible versions. See CHANGELOG.md for more details about this release.

v1.0.0

17 Feb 11:24

Choose a tag to compare

Initial release.