mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-18 07:46:09 +01:00
ansible_2_6: init at 2.6.2 (#44673)
This commit is contained in:
parent
9d7831b859
commit
ea3310c944
2 changed files with 7 additions and 1 deletions
|
@ -47,6 +47,11 @@ in rec {
|
|||
sha256 = "1r9sq30xz3jrvx6yqssj5wmkml1f75rx1amd7g89f3ryngrq6m59";
|
||||
};
|
||||
|
||||
ansible2 = ansible_2_5;
|
||||
ansible_2_6 = generic {
|
||||
version = "2.6.2";
|
||||
sha256 = "1y5gd9h641p6pphwd7j99yyqglyj23rkmid7wgzk62611754qzkl";
|
||||
};
|
||||
|
||||
ansible2 = ansible_2_6;
|
||||
ansible = ansible2;
|
||||
}
|
||||
|
|
|
@ -7785,6 +7785,7 @@ with pkgs;
|
|||
inherit (callPackages ../tools/admin/ansible {})
|
||||
ansible_2_4
|
||||
ansible_2_5
|
||||
ansible_2_6
|
||||
ansible2
|
||||
ansible;
|
||||
|
||||
|
|
Loading…
Reference in a new issue