ansible_2_7: init at 2.7.1

This commit is contained in:
Thilo Uttendorfer 2018-11-02 23:21:53 +01:00
parent e63509a651
commit c0d30e5f03
2 changed files with 7 additions and 1 deletions

@ -62,6 +62,11 @@ in rec {
sha256 = "10pakw9k9wd3cy1qk3ah2253ph7c7h3qzpal4k0s5lschzgy2fh0";
};
ansible2 = ansible_2_6;
ansible_2_7 = generic {
version = "2.7.1";
sha256 = "0fg95x2nr3j4rwnlyd2n03h91xx9fssi34c32356vk3z6ir395g7";
};
ansible2 = ansible_2_7;
ansible = ansible2;
}

@ -8059,6 +8059,7 @@ with pkgs;
ansible_2_4
ansible_2_5
ansible_2_6
ansible_2_7
ansible2
ansible;