summaryrefslogtreecommitdiff
path: root/.github
diff options
context:
space:
mode:
authorKyryl Galanov <galanoff@gmail.com>2019-03-27 22:20:15 +1100
committeransibot <ansibot@users.noreply.github.com>2019-03-27 07:20:15 -0400
commit4a5b9bd8ebf1751fa5cfc94263272e07ae6369d4 (patch)
tree48a5aca5008aed79fd3481640c4eb44053e93ee4 /.github
parent3614f78bc5cd4883053a82e42ecae286623cf968 (diff)
downloadansible-4a5b9bd8ebf1751fa5cfc94263272e07ae6369d4.tar.gz
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
Diffstat (limited to '.github')
-rw-r--r--.github/BOTMETA.yml2
1 files changed, 2 insertions, 0 deletions
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/: