mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-01 07:01:54 +00:00
ansible_2_5: drop
Ansible 2.5 has reached EOL in May 21, 2019 https://access.redhat.com/support/policy/updates/ansible-engine
This commit is contained in:
parent
e38bbb01eb
commit
30f2074503
@ -24,14 +24,4 @@
|
||||
sha256 = "0ixr3g1nb02xblqyk87bzag8sj8phy37m24xflabfl1k2zfh0313";
|
||||
};
|
||||
}));
|
||||
|
||||
ansible_2_5 = with python3Packages; toPythonApplication (ansible.overridePythonAttrs(old: rec {
|
||||
pname = "ansible";
|
||||
version = "2.5.15";
|
||||
|
||||
src = fetchurl {
|
||||
url = "https://releases.ansible.com/ansible/${pname}-${version}.tar.gz";
|
||||
sha256 = "1w9wfv1s2jq6vkx1hm6n69zwxv2pgjj7nidyg452miwh684jpg7z";
|
||||
};
|
||||
}));
|
||||
}
|
||||
|
@ -8745,7 +8745,6 @@ in
|
||||
|
||||
inherit (callPackage ../tools/admin/ansible { })
|
||||
ansible
|
||||
ansible_2_5
|
||||
ansible_2_6
|
||||
ansible_2_7;
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user