mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-23 15:33:13 +00:00
ansible: 2.10.9 -> 2.11.0
This commit is contained in:
parent
8e390750e3
commit
400d5d938c
@ -1,7 +1,9 @@
|
||||
{ python3Packages, fetchurl, fetchFromGitHub }:
|
||||
|
||||
rec {
|
||||
ansible = ansible_2_10;
|
||||
ansible = ansible_2_11;
|
||||
|
||||
ansible_2_11 = python3Packages.toPythonApplication python3Packages.ansible-core;
|
||||
|
||||
ansible_2_10 = python3Packages.toPythonApplication python3Packages.ansible-base;
|
||||
|
||||
|
@ -12586,7 +12586,8 @@ in
|
||||
ansible
|
||||
ansible_2_8
|
||||
ansible_2_9
|
||||
ansible_2_10;
|
||||
ansible_2_10
|
||||
ansible_2_11;
|
||||
|
||||
ansible-lint = with python3.pkgs; toPythonApplication ansible-lint;
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user