ansible: default to ansible_2_9
Ansible 2.9 is the latest release and in full support since 2019/11/06. https://access.redhat.com/support/policy/updates/ansible-engine
This commit is contained in:
parent
25233a5db7
commit
cabcd8be10
1 changed files with 1 additions and 1 deletions
|
@ -1,7 +1,7 @@
|
|||
{ python3Packages, fetchurl }:
|
||||
|
||||
rec {
|
||||
ansible = ansible_2_8;
|
||||
ansible = ansible_2_9;
|
||||
|
||||
ansible_2_9 = python3Packages.toPythonApplication python3Packages.ansible;
|
||||
|
||||
|
|
Loading…
Reference in a new issue