ansible: 2.10.9 -> 2.11.0
This commit is contained in:
@@ -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;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user