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:
Mario Rodas 2019-06-08 21:03:20 -05:00
parent e38bbb01eb
commit 30f2074503
No known key found for this signature in database
GPG Key ID: 4C4BEFD7B18DC5E8
2 changed files with 0 additions and 11 deletions

View File

@ -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";
};
}));
}

View File

@ -8745,7 +8745,6 @@ in
inherit (callPackage ../tools/admin/ansible { })
ansible
ansible_2_5
ansible_2_6
ansible_2_7;