summaryrefslogtreecommitdiff
path: root/.gitignore
diff options
context:
space:
mode:
authorScott Buchanan <scott@buchanan.works>2018-05-17 17:29:47 -0400
committerSam Doran <sdoran@redhat.com>2018-05-17 17:29:47 -0400
commitb12cf754f63e49c915f8a8196a2619e42e83a93f (patch)
tree3cd071d80ab82e21806ac1394b548f0684049a71 /.gitignore
parent7e2087731e4e6097268a89541b759071b87354c2 (diff)
downloadansible-b12cf754f63e49c915f8a8196a2619e42e83a93f.tar.gz
1Password lookup plugin (#37207)
* add pytest_cache to gitignore * onepassword lookup plugin * fix linter/style test complaints * second pass at making pycodestyle happy * use json module instead of jq * update copyrights, license & version added * fix python2 compatibility * doh. fix spacing issue. * use standard ansible exception * remove potentially problematic stdin argument * actually call assertion method * add support for top-level fields * make vault uuids pedantically consistent in fixture * fix new style issues * ability specify section & correct case handling * improve error handling * add onepassword_raw plugin * Add maintainer info * Move common code to module_utils/onepassword.py * Load raw data JSON data for easier use in Ansible * Put OnePass class back inside lookup plugin There is no good place for sharing code across lookups currently. * Remove debugging code in unit tests * Patche proper module in raw unit tests * Add changelog entry Co-authored-by: Scott Buchanan <sbuchanan@ri.pn>
Diffstat (limited to '.gitignore')
-rw-r--r--.gitignore1
1 files changed, 1 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore
index 893d7e00f9..ee3a22558e 100644
--- a/.gitignore
+++ b/.gitignore
@@ -57,6 +57,7 @@ credentials.yml
# test output
*.retry
*.out
+.pytest_cache/
.tox
.cache
.pytest_cache