about summary refs log tree commit diff
path: root/pkgs/top-level
diff options
context:
space:
mode:
authorSandro <sandro.jaeckel@gmail.com>2022-05-02 16:20:20 +0200
committerGitHub <noreply@github.com>2022-05-02 16:20:20 +0200
commitc3d245708475479761eec225c8bdd9237a8dc627 (patch)
tree22b0314c34fc525d1556eb0d850b282fc0bd7c58 /pkgs/top-level
parented199c5048e749173c3c86c3b2a2bd3d19dbee5d (diff)
parent2f56ba48c3be7b8391e4e7d7e661170cd054b771 (diff)
Merge pull request #171211 from fabaff/bump-ansible-doctor
python310Packages.ansible-doctor: 1.2.4 -> 1.3.0
Diffstat (limited to 'pkgs/top-level')
-rw-r--r--pkgs/top-level/all-packages.nix2
1 files changed, 2 insertions, 0 deletions
diff --git a/pkgs/top-level/all-packages.nix b/pkgs/top-level/all-packages.nix
index 80bc32f334bd4..e1398e1133ada 100644
--- a/pkgs/top-level/all-packages.nix
+++ b/pkgs/top-level/all-packages.nix
@@ -14716,6 +14716,8 @@ with pkgs;
   ansible = ansible_2_12;
   ansible_2_12 = python3Packages.toPythonApplication python3Packages.ansible-core;
 
+  ansible-doctor = with python3.pkgs; toPythonApplication ansible-doctor;
+
   ansible-lint = with python3.pkgs; toPythonApplication ansible-lint;
 
   antlr2 = callPackage ../development/tools/parsing/antlr/2.7.7.nix {