ansible_2_16: remove

This commit is contained in:
Robert Sliwinski
2025-11-11 20:42:59 +01:00
parent 0d470384c8
commit 47b2c8d0af
2 changed files with 1 additions and 10 deletions
+1
View File
@@ -289,6 +289,7 @@ mapAliases {
animeko = throw "'animeko' has been removed since it is unmaintained"; # Added 2025-08-20
ansible-language-server = throw "ansible-language-server was removed, because it was unmaintained in nixpkgs."; # Added 2025-09-24
ansible-later = throw "ansible-later has been discontinued. The author recommends switching to ansible-lint"; # Added 2025-08-24
ansible_2_16 = throw "ansible_2_16 has been removed, as it is EOL"; # Added 2025-11-10
ansible_2_17 = throw "ansible_2_17 has been removed, as it is EOL"; # Added 2025-11-10
ansible_2_18 = throw "ansible_2_18 has been removed; use overridePythonAttrs if you need a specific version"; # Added 2025-11-10
ansible_2_19 = throw "ansible_2_19 has been removed; use overridePythonAttrs if you need a specific version"; # Added 2025-11-10
-10
View File
@@ -6030,16 +6030,6 @@ with pkgs;
anybadge = with python3Packages; toPythonApplication anybadge;
ansible = python3Packages.toPythonApplication python3Packages.ansible-core;
ansible_2_16 = python3Packages.toPythonApplication (
python3Packages.ansible-core.overridePythonAttrs (oldAttrs: rec {
version = "2.16.14";
src = fetchPypi {
pname = "ansible_core";
inherit version;
hash = "sha256-gCef/9mGhrrfqjLh7HhdmKbfGy/B5Al97AWXZA10ZBU=";
};
})
);
ansible-builder = with python3Packages; toPythonApplication ansible-builder;