Merge pull request #679 from ansible-collections/release-1.5.2
Prepare for release of v1.5.2
695: New method for managing THP (#697)
* New method for managing THP
* Make idempotent
* Update test with new service name
* Adds new systemd units
* Bump Ubuntu runner
* Update units mongo installation
* Downgrade Ubuntu runner for x509 tests
* Update to mongosh
* Revert to mongo command
* Add mongosh install process
* Cache and mongodb_info fixes
* Fix tests for mongodb_info
* Use mongosh
* Pin molecule in roles test
* Add mongosh install
* pin ansible runner
* Quote pip command
* Downgrade ansible-runner version for ancient molecule version
* molecule 2.22
* Go back to molecule 4.0.4
* Drop version pins
* Add ANSIBLE_ROLES_PATH
* Update path
* Add role path
* Add relative roles path
* Update path
* Update path
* Update path
* Add ansible collections path
* rejig
* Fully qualified role path
* Add collection path
* RUn containers with user root
* Update gather_facts
* No become true in prepare stage
* become false
* Update role path
* Add role path
* Clean up
5.6.0 release
Minor Changes
-------------
- module_utils.vmware - Move ``vmware_argument_spec`` to a dedicated file (#2370).
- module_utils.vmware_rest_client - Move ``vmware_client_argument_spec`` to a dedicated file (#2370).
- vmware_dvs_portgroup - New option ``network_policy.mac_learning`` to replace ``mac_learning`` (#2360).
- vmware_object_role_permission - Document setting permissions on vCenter level (#2374).
Deprecated Features
-------------------
- vmware_dvs_portgroup - ``mac_learning`` is deprecated in favour of ``network_policy.mac_learning`` (#2360).
Bugfixes
--------
- vmware_dvs_portgroup - Fix idempotency issue with ``mac_learning`` (#1873).