ansible_2_11: init
This commit is contained in:
parent
6a7d63f3d6
commit
e3bd81828b
|
@ -3,6 +3,8 @@
|
|||
rec {
|
||||
ansible = ansible_2_10;
|
||||
|
||||
ansible_2_11 = python3Packages.toPythonApplication python3Packages.ansible-core;
|
||||
|
||||
ansible_2_10 = python3Packages.toPythonApplication python3Packages.ansible-base;
|
||||
|
||||
# End of support 2021/10/02, End of life 2021/12/31
|
||||
|
|
|
@ -12623,7 +12623,8 @@ in
|
|||
ansible
|
||||
ansible_2_8
|
||||
ansible_2_9
|
||||
ansible_2_10;
|
||||
ansible_2_10
|
||||
ansible_2_11;
|
||||
|
||||
ansible-lint = with python3.pkgs; toPythonApplication ansible-lint;
|
||||
|
||||
|
|
Loading…
Reference in New Issue