ansible_2_6: init at 2.6.2 (#44673)

This commit is contained in:
adisbladis 2018-08-09 14:19:55 +08:00 committed by xeji
parent 9d7831b859
commit ea3310c944
2 changed files with 7 additions and 1 deletions

View File

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

View File

@ -7785,6 +7785,7 @@ with pkgs;
inherit (callPackages ../tools/admin/ansible {})
ansible_2_4
ansible_2_5
ansible_2_6
ansible2
ansible;