From c35913388f896d9e1632cbad7ca54002b255dbe7 Mon Sep 17 00:00:00 2001 From: Ben Cotton Date: May 08 2022 22:03:10 +0000 Subject: Add Ansible 5 Fixes #761 --- diff --git a/modules/release-notes/pages/sysadmin/Distribution.adoc b/modules/release-notes/pages/sysadmin/Distribution.adoc index efbfd5d..8c6fbb9 100644 --- a/modules/release-notes/pages/sysadmin/Distribution.adoc +++ b/modules/release-notes/pages/sysadmin/Distribution.adoc @@ -3,3 +3,14 @@ include::{partialsdir}/entities.adoc[] [[select-distribution]] = Distribution-wide Changes + +[[Ansible]] +== Ansible 5 + +Ansible is updated to Ansible 5. +Playbooks may behave differently. +Users are encouraged to read the upstream https://docs.ansible.com/ansible/devel/porting_guides/porting_guide_5.html[Porting Guide] for further information. + +Additionally, Ansible is now shipped as multiple packages: _ansible-core_ (the engine) and a curated set of Ansible collections (_ansible-collection-*_). +The command `dnf install ansible` will install ansible-core as well as the Ansible collections included in the upstream Ansible releases. +You can also choose to `dnf install ansible-core` and then manually install collections from the individual packages or with the _ansible-galaxy_ command.