#831 Add Ansible 5
Merged 2 years ago by bcotton. Opened 2 years ago by bcotton.

@@ -3,3 +3,14 @@ 

  

  [[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.

Pull-Request has been merged by bcotton

2 years ago
Metadata