ansible: drop 2.1, 2.2 and 2.3 as they are EOL
This commit is contained in:
parent
06e394bbb4
commit
efbeca76fe
@ -50,23 +50,6 @@ let
|
|||||||
in rec {
|
in rec {
|
||||||
# We will carry all the supported versions
|
# We will carry all the supported versions
|
||||||
|
|
||||||
ansible_2_1 = generic {
|
|
||||||
version = "2.1.6.0";
|
|
||||||
sha256 = "0fhsmarjl9h401pm0gmcy68q80fiq544cxzcxyjzbnxr2a2cimz5";
|
|
||||||
py = oldJinja;
|
|
||||||
};
|
|
||||||
|
|
||||||
ansible_2_2 = generic {
|
|
||||||
version = "2.2.3.0";
|
|
||||||
sha256 = "141aa76qy9hsc3h02yipyxg39maqq2r2c4nx53lm48kiy0fan66y";
|
|
||||||
py = oldJinja;
|
|
||||||
};
|
|
||||||
|
|
||||||
ansible_2_3 = generic {
|
|
||||||
version = "2.3.3.0";
|
|
||||||
sha256 = "1yhaqgbx4zlwvi3cklnsqarjhhq28hgbvx603h07cjm1digp2ans";
|
|
||||||
};
|
|
||||||
|
|
||||||
ansible_2_4 = generic {
|
ansible_2_4 = generic {
|
||||||
version = "2.4.4.0";
|
version = "2.4.4.0";
|
||||||
sha256 = "0n1k6h0h6av74nw8vq98fmh6q4pq6brpwmx45282vh3bkdmpa0ib";
|
sha256 = "0n1k6h0h6av74nw8vq98fmh6q4pq6brpwmx45282vh3bkdmpa0ib";
|
||||||
|
@ -7519,9 +7519,6 @@ with pkgs;
|
|||||||
augeas = callPackage ../tools/system/augeas { };
|
augeas = callPackage ../tools/system/augeas { };
|
||||||
|
|
||||||
inherit (callPackages ../tools/admin/ansible {})
|
inherit (callPackages ../tools/admin/ansible {})
|
||||||
ansible_2_1
|
|
||||||
ansible_2_2
|
|
||||||
ansible_2_3
|
|
||||||
ansible_2_4
|
ansible_2_4
|
||||||
ansible_2_5
|
ansible_2_5
|
||||||
ansible2
|
ansible2
|
||||||
|
Loading…
Reference in New Issue
Block a user