ansible_2_9: 2.9.12 -> 2.9.21

This commit is contained in:
Martin Weinelt
2021-05-13 15:38:56 -07:00
committed by Jonathan Ringer
parent 5281ae97c2
commit 7bd5cb5fb2
2 changed files with 3 additions and 2 deletions
+1
View File
@@ -5,6 +5,7 @@ rec {
ansible_2_10 = python3Packages.toPythonApplication python3Packages.ansible-base;
# End of support 2021/10/02, End of life 2021/12/31
ansible_2_9 = python3Packages.toPythonApplication python3Packages.ansible;
ansible_2_8 = python3Packages.toPythonApplication (python3Packages.ansible.overridePythonAttrs (old: rec {