ansible/changelogs/fragments/61237_rename-onepassword_facts-to-onepassword_info.yaml
Ryan Conway e4c1c05363 Renaming onepassword_facts to onepassword_info. (#61237)
* Renaming `onepassword_facts` to `onepassword_info`.

* Update module examples.

* Add changelog fragment.

* Add module rename to the 2.9 porting guide.

* Document the parameter types in the module docs.

* Fix incorrect parameter name.

* Update docs/docsite/rst/porting_guides/porting_guide_2.9.rst

Co-Authored-By: Felix Fontein <felix@fontein.de>

* Remove `onepassword_facts` as it has been renamed to `onepassword_info` including fixes for the sanity tests.
2019-08-23 20:45:13 +02:00

3 lines
177 B
YAML

minor_changes:
- The ``onepassword_facts`` module has been renamed to ``onepassword_info``.
When called with the new name, the module no longer returns ``ansible_facts``.