ansible_2_11: init

This commit is contained in:
Martin Weinelt 2021-09-18 03:40:00 +02:00
parent 6a7d63f3d6
commit e3bd81828b
2 changed files with 4 additions and 1 deletions

View File

@ -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

View File

@ -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;