From 4a5b9bd8ebf1751fa5cfc94263272e07ae6369d4 Mon Sep 17 00:00:00 2001 From: Kyryl Galanov Date: Wed, 27 Mar 2019 22:20:15 +1100 Subject: New lookup module: manifold (#50435) * New lookup module: manifold Add Manifold.co integration. The plugin fetches resource credentials from Manifold service. * module manifold: fix ansible lint warnings * module manifold: fix false warning - split test assertion * manifold module: fix unittest import * manifold module: fix unittest patch * manifold module: fix python3 requests getheader error --- .github/BOTMETA.yml | 2 ++ 1 file changed, 2 insertions(+) (limited to '.github') diff --git a/.github/BOTMETA.yml b/.github/BOTMETA.yml index a6d64f5def..5343e9894e 100644 --- a/.github/BOTMETA.yml +++ b/.github/BOTMETA.yml @@ -1207,6 +1207,8 @@ files: $plugins/lookup/onepassword: maintainers: samdoran ignored: azenk + $plugins/lookup/manifold: + maintainers: galanoff ############################### # plugins/netconf $plugins/netconf/: -- cgit v1.2.1