ansible/lib/ansible
Ryan Conway 074aeeadff Add onepassword_facts module, based on the "onepassword" lookup plugin (#43953)
* Adding 1password facts module, based on the existing lookup plugin.

* Fix typo in error message.

* Fix tiny typo.

* Fixing documentation formatting errors.

* Clarify examples.

* Fix invalid return sample.

* Add required Ansible boilerplate.

* Swap AnsibleModuleError for plain Exception to fix "ImportError: No module named errors" error.

* Renaming from "1password_facts" to "onepassword_facts" to avoid potential compatibility issues.

* Renaming the module file also.

* Remove unnecessary comment.

* Fix use of incorrect code formatting wrappers.
2018-08-30 16:26:47 -04:00
..
cli ansible-pull: allow specifying --diff from check_opts cli flag group (#37645) 2018-08-28 15:15:14 -04:00
compat Fix the local and ssh plugins for a cornercase retrying a syscall 2018-08-13 07:17:11 -07:00
config Fix another corner case of too many warnings for world readable current working directory 2018-08-23 20:23:59 -07:00
errors
executor fix issue with no_log in py3 2018-08-27 11:57:02 -07:00
galaxy
inventory
module_utils Fix iosxr cli_config module diff issue (#44898) 2018-08-30 21:39:11 +05:30
modules Add onepassword_facts module, based on the "onepassword" lookup plugin (#43953) 2018-08-30 16:26:47 -04:00
parsing Fix ansible-doc and docsite generation for removed modules 2018-08-24 15:37:13 -07:00
playbook Make sure we skip handlers from includes in compile_roles_handlers. Fixes #44848 (#44852) 2018-08-29 15:05:55 -05:00
plugins Add ability to unlock 1Password vault to lookup plugins (#44923) 2018-08-30 16:24:06 -04:00
template Remove bare_deprecated functionality (#44517) 2018-08-23 11:31:16 -05:00
utils Clarify docs re mode's octal representation (#44410) 2018-08-29 15:12:32 -05:00
vars Ensure we only cache the loop when the task had a loop (#44901) 2018-08-30 12:02:43 -05:00
__init__.py
constants.py We can create a frozenset from a tuple 2018-08-13 15:21:44 -07:00
release.py Add post modifier to version 2018-08-27 23:18:38 -07:00