pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/sysutils/ansible ansible: updated to 6.2.0



details:   https://anonhg.NetBSD.org/pkgsrc/rev/f86ff9648b8b
branches:  trunk
changeset: 383093:f86ff9648b8b
user:      adam <adam%pkgsrc.org@localhost>
date:      Fri Aug 12 08:18:19 2022 +0000

description:
ansible: updated to 6.2.0

v6.2.0
======

.. contents::
  :local:
  :depth: 2

Release Summary
---------------

Release Date: 2022-08-02

`Porting Guide <https://docs.ansible.com/ansible/devel/porting_guides.html>`_

Added Collections
-----------------

- ibm.spectrum_virtualize (version 1.9.0)

Ansible-core
------------

Ansible 6.2.0 contains Ansible-core version 2.13.2.
This is a newer version than version 2.13.1 contained in the previous Ansible release.

The changes are reported in the combined changelog below.

Changed Collections
-------------------

If not mentioned explicitly, the changes are reported in the combined changelog below.

+-------------------------------+---------------+---------------+------------------------------------------------------------------------------------------------------------------------------+
| Collection                    | Ansible 6.1.0 | Ansible 6.2.0 | Notes                                                                                                                        |
+===============================+===============+===============+==============================================================================================================================+
| awx.awx                       | 21.2.0        | 21.4.0        | Unfortunately, this collection does not provide changelog data in a format that can be processed by the changelog generator. |
+-------------------------------+---------------+---------------+------------------------------------------------------------------------------------------------------------------------------+
| cisco.dnac                    | 6.5.0         | 6.5.2         |                                                                                                                              |
+-------------------------------+---------------+---------------+------------------------------------------------------------------------------------------------------------------------------+
| cisco.meraki                  | 2.10.0        | 2.10.1        |                                                                                                                              |
+-------------------------------+---------------+---------------+------------------------------------------------------------------------------------------------------------------------------+
| community.dns                 | 2.2.1         | 2.3.0         |                                                                                                                              |
+-------------------------------+---------------+---------------+------------------------------------------------------------------------------------------------------------------------------+
| community.general             | 5.3.0         | 5.4.0         |                                                                                                                              |
+-------------------------------+---------------+---------------+------------------------------------------------------------------------------------------------------------------------------+
| community.grafana             | 1.5.0         | 1.5.1         |                                                                                                                              |
+-------------------------------+---------------+---------------+------------------------------------------------------------------------------------------------------------------------------+
| community.hashi_vault         | 3.0.0         | 3.1.0         |                                                                                                                              |
+-------------------------------+---------------+---------------+------------------------------------------------------------------------------------------------------------------------------+
| community.hrobot              | 1.4.0         | 1.5.0         |                                                                                                                              |
+-------------------------------+---------------+---------------+------------------------------------------------------------------------------------------------------------------------------+
| community.mongodb             | 1.4.1         | 1.4.2         | There are no changes recorded in the changelog.                                                                              |
+-------------------------------+---------------+---------------+------------------------------------------------------------------------------------------------------------------------------+
| community.postgresql          | 2.1.5         | 2.2.0         |                                                                                                                              |
+-------------------------------+---------------+---------------+------------------------------------------------------------------------------------------------------------------------------+
| community.rabbitmq            | 1.2.1         | 1.2.2         |                                                                                                                              |
+-------------------------------+---------------+---------------+------------------------------------------------------------------------------------------------------------------------------+
| community.routeros            | 2.1.0         | 2.2.0         |                                                                                                                              |
+-------------------------------+---------------+---------------+------------------------------------------------------------------------------------------------------------------------------+
| community.sap_libs            | 1.1.0         | 1.2.0         |                                                                                                                              |
+-------------------------------+---------------+---------------+------------------------------------------------------------------------------------------------------------------------------+
| ibm.spectrum_virtualize       |               | 1.9.0         | The collection was added to Ansible                                                                                          |
+-------------------------------+---------------+---------------+------------------------------------------------------------------------------------------------------------------------------+
| netapp.ontap                  | 21.20.0       | 21.21.0       |                                                                                                                              |
+-------------------------------+---------------+---------------+------------------------------------------------------------------------------------------------------------------------------+
| ovirt.ovirt                   | 2.1.0         | 2.2.0         |                                                                                                                              |
+-------------------------------+---------------+---------------+------------------------------------------------------------------------------------------------------------------------------+
| t_systems_mms.icinga_director | 1.30.0        | 1.30.1        |                                                                                                                              |
+-------------------------------+---------------+---------------+------------------------------------------------------------------------------------------------------------------------------+

Major Changes
-------------

community.postgresql
~~~~~~~~~~~~~~~~~~~~

- postgresql_user - the ``groups`` argument has been deprecated and will be removed in ``community.postgresql 3.0.0``. Please use the ``postgresql_membership`` module to specify group/role 
memberships instead (https://github.com/ansible-collections/community.postgresql/issues/277).

Minor Changes
-------------

Ansible-core
~~~~~~~~~~~~

- ansible-test - An improved error message is shown when the download of a pip bootstrap script fails. The download now uses ``urllib2`` instead of ``urllib`` on Python 2.

cisco.meraki
~~~~~~~~~~~~

- Change shebang in Sublime utils to point to env instead of direct to the path

community.dns
~~~~~~~~~~~~~

- All software licenses are now in the ``LICENSES/`` directory of the collection root. Moreover, ``SPDX-License-Identifier:`` is used to declare the applicable license for every file that is not 
automatically generated (https://github.com/ansible-collections/community.dns/pull/109).

community.general
~~~~~~~~~~~~~~~~~

- ModuleHelper module utils - added property ``verbosity`` to base class (https://github.com/ansible-collections/community.general/pull/5035).
- apk - add ``world`` parameter for supporting a custom world file (https://github.com/ansible-collections/community.general/pull/4976).
- consul - adds ``ttl`` parameter for session  (https://github.com/ansible-collections/community.general/pull/4996).
- dig lookup plugin - add option ``fail_on_error`` to allow stopping execution on lookup failures (https://github.com/ansible-collections/community.general/pull/4973).
- keycloak_* modules - add ``http_agent`` parameter with default value ``Ansible`` (https://github.com/ansible-collections/community.general/issues/5023).
- lastpass - use config manager for handling plugin options (https://github.com/ansible-collections/community.general/pull/5022).
- listen_ports_facts - add new ``include_non_listening`` option which adds ``-a`` option to ``netstat`` and ``ss``. This shows both listening and non-listening (for TCP this means established 
connections) sockets, and returns ``state`` and ``foreign_address`` (https://github.com/ansible-collections/community.general/issues/4762, 
https://github.com/ansible-collections/community.general/pull/4953).
- maven_artifact - add a new ``unredirected_headers`` option that can be used with ansible-core 2.12 and above. The default value is to not use ``Authorization`` and ``Cookie`` headers on redirects 
for security reasons. With ansible-core 2.11, all headers are still passed on for redirects (https://github.com/ansible-collections/community.general/pull/4812).
- pacman - added parameters ``reason`` and ``reason_for`` to set/change the install reason of packages (https://github.com/ansible-collections/community.general/pull/4956).
- xfconf - add ``stdout``, ``stderr`` and ``cmd`` to the module results (https://github.com/ansible-collections/community.general/pull/5037).
- xfconf - use ``do_raise()`` instead of defining custom exception class (https://github.com/ansible-collections/community.general/pull/4975).
- xfconf_info - use ``do_raise()`` instead of defining custom exception class (https://github.com/ansible-collections/community.general/pull/4975).

community.grafana
~~~~~~~~~~~~~~~~~

- Export dashboard with pretty printed JSON so that it becomes easier to compare changes with the previous version

community.hrobot
~~~~~~~~~~~~~~~~

- All software licenses are now in the ``LICENSES/`` directory of the collection root. Moreover, ``SPDX-License-Identifier:`` is used to declare the applicable license for every file that is not 
automatically generated (https://github.com/ansible-collections/community.hrobot/pull/52).

community.postgresql
~~~~~~~~~~~~~~~~~~~~

- postgresql_membership - add the ``exact`` state value to be able to specify a list of only groups a user must be a member of (https://github.com/ansible-collections/community.postgresql/issues/277).
- postgresql_pg_hba - add argument ``overwrite`` (bool, default: false) to remove unmanaged rules (https://github.com/ansible-collections/community.postgresql/issues/297).
- postgresql_pg_hba - add argument ``rules_behavior`` (choices: conflict (default), combine) to fail when ``rules`` and normal rule-specific arguments are given or, when ``combine``, use them as 
defaults for the ``rules`` items (https://github.com/ansible-collections/community.postgresql/issues/297).
- postgresql_pg_hba - add argument ``rules`` to specify a list of rules using the normal rule-specific argument in each item (https://github.com/ansible-collections/community.postgresql/issues/297).

community.routeros
~~~~~~~~~~~~~~~~~~

- All software licenses are now in the ``LICENSES/`` directory of the collection root. Moreover, ``SPDX-License-Identifier:`` is used to declare the applicable license for every file that is not 
automatically generated (https://github.com/ansible-collections/community.routeros/pull/101).

netapp.ontap
~~~~~~~~~~~~

- na_ontap_cluster_config role - support ``broadcast_domain`` and ``service_policy`` with REST.
- na_ontap_info - add computed serial_hex and naa_id for lun_info.
- na_ontap_info - add quota-policy-info.
- na_ontap_interface - support ``broadcast_domain`` with REST.
- na_ontap_login_messages - support cluster scope when using REST.
- na_ontap_lun - support ``qos_adaptive_policy_group`` with REST.
- na_ontap_motd - deprecated in favor of ``na_ontap_login_messages``.  Fail when use_rest is set to ``always`` as REST is not supported.
- na_ontap_ntp - new option ``key_id`` added.
- na_ontap_qtree - Added ``unix_user`` and ``unix_group`` options in REST.
- na_ontap_rest_info - add computed serial_hex and naa_id for storage/luns when serial_number is present.
- na_ontap_s3_users - ``secret_key`` and ``access_token`` are now returned when creating a user.
- na_ontap_service_processor_network - Added REST support.
- na_ontap_snapmirror - improve errror messages to be more specific and consistent.
- na_ontap_snapmirror - new option ``validate_source_path`` to disable this validation.
- na_ontap_snapmirror - validate source endpoint for ZAPI and REST, accounting for vserver local name.
- na_ontap_snapmirror - wait for the relationship to come back to idle after a resync.
- na_ontap_unix_group - added REST support.
- na_ontap_unix_user - Added REST support.
- na_ontap_unix_user - Added new option ``primary_gid`` aliased to ``group_id``.
- na_ontap_user - accept ``service_processor`` as an alias for ``service-processor`` with ZAPI, to be consistent with REST.
- na_ontap_volume - now defaults to REST with ``use_rest`` set to ``auto``, like every other module.  ZAPI can be forced with ``use_rest`` set to ``never``.
- na_ontap_vserver_create role - support ``broadcast_domain``, ``ipspace``, and ``service_policy`` with REST.

ovirt.ovirt
~~~~~~~~~~~

- During he_setup, configure ovn with he_host_name for correct operation of ovn (https://github.com/oVirt/ovirt-ansible-collection/pull/563).
- Fix "ansible-lint" version 6.0.0 "yaml" violations for "disaster_recovery" role (https://github.com/oVirt/ovirt-ansible-collection/pull/543).
- Fix "ansible-lint" version 6.0.0 violations for "disaster_recovery" & "remove_stale_lun" roles (https://github.com/oVirt/ovirt-ansible-collection/pull/554).
- Fix ansible-lint for basic roles (https://github.com/oVirt/ovirt-ansible-collection/pull/280).
- Updating the documentation - "vm_name" / "vm_id" and/or disk "id" parameter(s) are required when extending disk with non-unique name (https://github.com/oVirt/ovirt-ansible-collection/pull/559).
- gluster_heal_info - Replacing gluster module to CLI to support RHV automation hub (https://github.com/oVirt/ovirt-ansible-collection/pull/340).
- ovirt_disk - Add warning for disk attachments (https://github.com/oVirt/ovirt-ansible-collection/pull/347).
- ovirt_disk - Fix disk attachment to VM (https://github.com/oVirt/ovirt-ansible-collection/pull/361).
- ovirt_qos, ovirt_disk_profile, ovirt_disk - Add modules to allow for creation and updating of disk_profiles (https://github.com/oVirt/ovirt-ansible-collection/pull/422).
- ovirt_snapshot - Add vm_id to select VM (https://github.com/oVirt/ovirt-ansible-collection/pull/550).
- ovirt_vm - Add reset of VM (https://github.com/oVirt/ovirt-ansible-collection/pull/538).
- ovirt_vm - Add virtio_scsi_enabled and multi_queues_enabled (https://github.com/oVirt/ovirt-ansible-collection/pull/348).
- ovirt_vm - add volatile (https://github.com/oVirt/ovirt-ansible-collection/pull/539).
- repositories - Add ovirt_repositories_rhsm_environment and FIPS fix (https://github.com/oVirt/ovirt-ansible-collection/pull/483).
- repositories - Replace redhat_subscription and rhsm_repository with command (https://github.com/oVirt/ovirt-ansible-collection/pull/346).

Deprecated Features
-------------------

community.hashi_vault
~~~~~~~~~~~~~~~~~~~~~

- vault_kv2_get lookup - the ``engine_mount_point option`` in the ``vault_kv2_get`` lookup only will change its default from ``kv`` to ``secret`` in community.hashi_vault version 4.0.0 
(https://github.com/ansible-collections/community.hashi_vault/issues/279).

Bugfixes
--------

Ansible-core
~~~~~~~~~~~~

- Move undefined check from concat to finalize (https://github.com/ansible/ansible/issues/78156)
- ansible-doc - no longer list module and plugin aliases that are created with symlinks (https://github.com/ansible/ansible/pull/78137).
- ansible-doc - when listing modules in collections, proceed recursively. This fixes module listing for community.general 5.x.y and community.network 4.x.y 
(https://github.com/ansible/ansible/pull/78137).
- ansible-doc will not add 'website for' in ":ref:" substitutions as it made them confusing.
- file backed cache plugins now handle concurrent access by making atomic updates to the files.
- password lookup does not ignore k=v arguments anymore.
- user - Fix error "Permission denied" in user module while generating SSH keys (https://github.com/ansible/ansible/issues/78017).

cisco.dnac
~~~~~~~~~~

- application_sets - delete function fixed.
- applications - delete function fixed.
- event_subscription - delete function fixed.
- file_info - Improve the module documentation.
- sda_fabric_authentication_profile - delete function fixed.
- sda_fabric_border_device - delete function fixed.
- sda_fabric_control_plane_device - delete function fixed.
- sda_fabric_edge_device - Change required payload parameter to deviceManagementIpAddress
- sda_fabric_edge_device - delete function fixed.
- sda_virtual_network - delete function fixed.
- transit_peer_network - Added status check

community.dns
~~~~~~~~~~~~~

- Update Public Suffix List.

community.general
~~~~~~~~~~~~~~~~~

- keyring_info - fix the result from the keyring library never getting returned (https://github.com/ansible-collections/community.general/pull/4964).
- pacman - fixed name resolution of URL packages (https://github.com/ansible-collections/community.general/pull/4959).
- passwordstore lookup plugin - fix ``returnall`` for gopass (https://github.com/ansible-collections/community.general/pull/5027).
- passwordstore lookup plugin - fix password store path detection for gopass (https://github.com/ansible-collections/community.general/pull/4955).
- proxmox - fix error handling when getting VM by name when ``state=absent`` (https://github.com/ansible-collections/community.general/pull/4945).
- proxmox_kvm - fix error handling when getting VM by name when ``state=absent`` (https://github.com/ansible-collections/community.general/pull/4945).
- slack - fix incorrect channel prefix ``#`` caused by incomplete pattern detection by adding ``G0`` and ``GF`` as channel ID patterns 
(https://github.com/ansible-collections/community.general/pull/5019).
- xfconf - fix setting of boolean values (https://github.com/ansible-collections/community.general/issues/4999, https://github.com/ansible-collections/community.general/pull/5007).

community.hashi_vault
~~~~~~~~~~~~~~~~~~~~~

- Add SPDX license headers to individual files (https://github.com/ansible-collections/community.hashi_vault/pull/282).
- Add missing ``BSD-2-Clause.txt`` file for BSD licensed content (https://github.com/ansible-collections/community.hashi_vault/issues/275).
- Use the correct GPL license for plugin_utils (https://github.com/ansible-collections/community.hashi_vault/issues/276).

community.postgresql
~~~~~~~~~~~~~~~~~~~~

- Include ``simplified_bsd.txt`` license file for various module utils.
- postgresql_info - fix pg version parsing (https://github.com/ansible-collections/community.postgresql/issues/315).
- postgresql_ping - fix pg version parsing (https://github.com/ansible-collections/community.postgresql/issues/315).
- postgresql_privs.py - add functionality when the PostgreSQL version is 9.0.0 or greater to incorporate ``ALL x IN SCHEMA`` syntax 
(https://github.com/ansible-collections/community.postgresql/pull/282). Please see the official documentation for details regarding grants (https://www.postgresql.org/docs/9.0/sql-grant.html).
- postgresql_subscription - fix idempotence by casting the ``connparams`` dict variable (https://github.com/ansible-collections/community.postgresql/issues/280).
- postgresql_user - add ``alter user``-statements in the return value ``queries`` (https://github.com/ansible-collections/community.postgresql/issues/307).

community.rabbitmq
~~~~~~~~~~~~~~~~~~

- user module - set supports_check_mode flag to False, as the module does not actually support check mode.

community.routeros
~~~~~~~~~~~~~~~~~~

- Include ``LICENSES/BSD-2-Clause.txt`` file for the ``routeros`` module utils (https://github.com/ansible-collections/community.routeros/pull/101).

community.sap_libs
~~~~~~~~~~~~~~~~~~

- syp_system_facts - fix a typo in the usage example which lead to an error if it used as supposed.

netapp.ontap
~~~~~~~~~~~~

- na_ontap_interface - FC interfaces - home_node should not be sent as location.home_node.
- na_ontap_interface - FC interfaces - home_port is not supported for ONTAP 9.7 or earlier.
- na_ontap_interface - FC interfaces - scope is not supported.
- na_ontap_interface - FC interfaces - service_policy is not supported.
- na_ontap_interface - enforce requirement for address/netmask for interfaces other than FC.
- na_ontap_interface - fix idempotency issue for cluster scoped interfaces when using REST.
- na_ontap_interface - fix potential node and uuid issues with LIF migration.
- na_ontap_interface - ignore 'none' when using REST rather than reporting unexpected protocol.
- na_ontap_lun - catch ZAPI error on get LUN.
- na_ontap_lun - ignore resize error if no change was required.
- na_ontap_lun - report error if flexvol_name is missing when using ZAPI.
- na_ontap_net_subnet - fixed ``ipspace`` option ignored in getting net subnet.
- na_ontap_qtree - fix idempotency issue on ``unix_permissions`` option.
- na_ontap_s3_buckets - Module will not fail on create if no ``policy`` is given.
- na_ontap_s3_buckets - Module will set ``enabled`` during create.
- na_ontap_s3_buckets - Module work currently when ``sid`` is a number.
- na_ontap_snapmirror - fix potential issue when destination is using REST but source is using ZAPI.
- na_ontap_snapmirror - relax check for source when using REST.
- na_ontap_svm - KeyError on CIFS when using REST with ONTAP 9.8 or lower.
- na_ontap_volume - ``volume_security_style`` was not modified if other security options were present with ZAPI.
- na_ontap_volume - fix idempotency issue on ``unix_permissions`` option.
- na_ontap_vserver_create role - add rule index as it is now required.

ovirt.ovirt
~~~~~~~~~~~

- HE - Handle migration to hosts that use systemd-coredump (https://github.com/oVirt/ovirt-ansible-collection/pull/557).
- cluster_upgrade - Fix starting up pinned vms (https://github.com/oVirt/ovirt-ansible-collection/pull/532).
- he - Align role with ansible-lint-6.0 (https://github.com/oVirt/ovirt-ansible-collection/pull/545).
- hosted_engine - Specify fqcn for ovirt_system_option_info (https://github.com/oVirt/ovirt-ansible-collection/pull/536).
- hosted_engine_setup - Fix cleanup on el9 (https://github.com/oVirt/ovirt-ansible-collection/pull/533).
- image_template - Remove static (https://github.com/oVirt/ovirt-ansible-collection/pull/537).
- image_template - Remove static no - unsupported in ansible 2.12 (https://github.com/oVirt/ovirt-ansible-collection/pull/341).
- ovirt_host - Fix host wait (https://github.com/oVirt/ovirt-ansible-collection/pull/531).
- ovirt_host - Fix restarted wait condition (https://github.com/oVirt/ovirt-ansible-collection/pull/551).
- ovirt_storage_domain - Fix inaccessible exception (https://github.com/oVirt/ovirt-ansible-collection/pull/534).
- ovirt_vm - check if user inputed graphical protocol (https://github.com/oVirt/ovirt-ansible-collection/pull/542).
- repositories - Move fips check to satellite CA install block (https://github.com/oVirt/ovirt-ansible-collection/pull/553).
- shutdown_env - Align role with ansible-lint-6.0 (https://github.com/oVirt/ovirt-ansible-collection/pull/544).

t_systems_mms.icinga_director
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~

- Add exception handling to diff and exist functions (https://github.com/T-Systems-MMS/ansible-collection-icinga-director/pull/176)

Known Issues
------------

netapp.ontap
~~~~~~~~~~~~

- na_ontap_snapshot - added documentation to use UTC format for ``expiry_time``.

New Plugins
-----------

Lookup
~~~~~~

- community.general.bitwarden - Retrieve secrets from Bitwarden

New Modules
-----------

community.general
~~~~~~~~~~~~~~~~~

Remote Management
^^^^^^^^^^^^^^^^^

Redfish
.......

- community.general.wdc_redfish_command - Manages WDC UltraStar Data102 Out-Of-Band controllers using Redfish APIs
- community.general.wdc_redfish_info - Manages WDC UltraStar Data102 Out-Of-Band controllers using Redfish APIs

community.routeros
~~~~~~~~~~~~~~~~~~

- community.routeros.api_info - Retrieve information from API
- community.routeros.api_modify - Modify data at paths with API

community.sap_libs
~~~~~~~~~~~~~~~~~~

- community.sap_libs.sap_pyrfc - This module executes rfc functions.

netapp.ontap
~~~~~~~~~~~~

- netapp.ontap.na_ontap_ntp_key - NetApp ONTAP NTP key
- netapp.ontap.na_ontap_s3_groups - NetApp ONTAP S3 groups
- netapp.ontap.na_ontap_s3_policies - NetApp ONTAP S3 Policies

diffstat:

 sysutils/ansible/Makefile |     11 +-
 sysutils/ansible/PLIST    |  31282 ++++++-------------------------------------
 sysutils/ansible/distinfo |      8 +-
 3 files changed, 4327 insertions(+), 26974 deletions(-)

diffs (truncated from 34420 to 300 lines):

diff -r e06e517d1506 -r f86ff9648b8b sysutils/ansible/Makefile
--- a/sysutils/ansible/Makefile Fri Aug 12 08:09:12 2022 +0000
+++ b/sysutils/ansible/Makefile Fri Aug 12 08:18:19 2022 +0000
@@ -1,7 +1,6 @@
-# $NetBSD: Makefile,v 1.48 2022/08/04 21:40:40 jperkin Exp $
+# $NetBSD: Makefile,v 1.49 2022/08/12 08:18:19 adam Exp $
 
-DISTNAME=      ansible-5.7.1
-PKGREVISION=   1
+DISTNAME=      ansible-6.2.0
 CATEGORIES=    sysutils python
 MASTER_SITES=  ${MASTER_SITE_PYPI:=a/ansible/}
 
@@ -25,6 +24,7 @@
 REPLACE_PYTHON+=       ansible_collections/*/*/tests/*/*.py
 REPLACE_PYTHON+=       ansible_collections/*/*/tests/*/*/*.py
 REPLACE_PYTHON+=       ansible_collections/*/*/tests/*/*/*/*.py
+REPLACE_PYTHON+=       ansible_collections/cisco/meraki/scripts/sublime-build/build.py.generic
 REPLACE_PYTHON+=       ansible_collections/community/digitalocean/scripts/inventory/*.py
 REPLACE_PYTHON+=       ansible_collections/community/dns/update-docs-fragments.py
 REPLACE_PYTHON+=       ansible_collections/community/general/scripts/inventory/*.py
@@ -32,7 +32,9 @@
 REPLACE_PYTHON+=       ansible_collections/community/general/tests/integration/targets/django_manage/files/base_test/*/*/*.py
 REPLACE_PYTHON+=       ansible_collections/community/hashi_vault/.github/actions/ansible-codecov/process.py
 REPLACE_PYTHON+=       ansible_collections/community/hashi_vault/.github/actions/docker-image-versions/versions.py
+REPLACE_PYTHON+=       ansible_collections/community/okd/ci/doc_fragment_modules.py
 REPLACE_PYTHON+=       ansible_collections/community/okd/ci/downstream_fragments.py
+REPLACE_PYTHON+=       ansible_collections/community/routeros/update-docs.py
 REPLACE_PYTHON+=       ansible_collections/ngine_io/cloudstack/scripts/inventory/cloudstack.py
 REPLACE_PYTHON+=       ansible_collections/ovirt/ovirt/roles/disaster_recovery/files/*.py
 REPLACE_PYTHON+=       ansible_collections/ovirt/ovirt/roles/disaster_recovery/files/ovirt-dr
@@ -47,7 +49,7 @@
 CHECK_INTERPRETER_SKIP+=       ${PYSITELIB}/ansible_collections/community/hashi_vault/docs/preview/build.sh
 CHECK_INTERPRETER_SKIP+=       ${PYSITELIB}/ansible_collections/community/kubernetes/utils/*.sh
 CHECK_INTERPRETER_SKIP+=       ${PYSITELIB}/ansible_collections/community/okd/ci/*.sh
-CHECK_INTERPRETER_SKIP+=       ${PYSITELIB}/ansible_collections/community/vmware/check-ignores-order
+CHECK_INTERPRETER_SKIP+=       ${PYSITELIB}/ansible_collections/community/vmware/tools/check-ignores-order
 CHECK_INTERPRETER_SKIP+=       ${PYSITELIB}/ansible_collections/community/zabbix/roles/zabbix_proxy/files/*.bsx
 CHECK_INTERPRETER_SKIP+=       ${PYSITELIB}/ansible_collections/community/zabbix/roles/zabbix_server/files/*.bsx
 CHECK_INTERPRETER_SKIP+=       ${PYSITELIB}/ansible_collections/cyberark/conjur/ci/*
@@ -56,6 +58,7 @@
 CHECK_INTERPRETER_SKIP+=       ${PYSITELIB}/ansible_collections/ovirt/ovirt/automation/*.sh
 CHECK_INTERPRETER_SKIP+=       ${PYSITELIB}/ansible_collections/ovirt/ovirt/build.sh
 CHECK_INTERPRETER_SKIP+=       ${PYSITELIB}/ansible_collections/sensu/sensu_go/docker/*.sh
+CHECK_INTERPRETER_SKIP+=       ${PYSITELIB}/ansible_collections/vmware/vmware_rest/manual/source/export_to_ansible_ansible.sh
 
 post-extract:
        ${FIND} ${WRKSRC}/ansible_collections -name .DS_Store -delete
diff -r e06e517d1506 -r f86ff9648b8b sysutils/ansible/PLIST
--- a/sysutils/ansible/PLIST    Fri Aug 12 08:09:12 2022 +0000
+++ b/sysutils/ansible/PLIST    Fri Aug 12 08:18:19 2022 +0000
@@ -1,78 +1,23 @@
-@comment $NetBSD: PLIST,v 1.19 2022/05/14 04:42:28 adam Exp $
+@comment $NetBSD: PLIST,v 1.20 2022/08/12 08:18:19 adam Exp $
+bin/ansible-community
 ${PYSITELIB}/${EGG_INFODIR}/PKG-INFO
 ${PYSITELIB}/${EGG_INFODIR}/SOURCES.txt
 ${PYSITELIB}/${EGG_INFODIR}/dependency_links.txt
+${PYSITELIB}/${EGG_INFODIR}/entry_points.txt
 ${PYSITELIB}/${EGG_INFODIR}/not-zip-safe
 ${PYSITELIB}/${EGG_INFODIR}/requires.txt
 ${PYSITELIB}/${EGG_INFODIR}/top_level.txt
-${PYSITELIB}/ansible_collections/amazon/aws/.github/BOTMETA.yml
-${PYSITELIB}/ansible_collections/amazon/aws/.github/ISSUE_TEMPLATE/bug_report.yml
-${PYSITELIB}/ansible_collections/amazon/aws/.github/ISSUE_TEMPLATE/ci_report.yml
-${PYSITELIB}/ansible_collections/amazon/aws/.github/ISSUE_TEMPLATE/config.yml
-${PYSITELIB}/ansible_collections/amazon/aws/.github/ISSUE_TEMPLATE/documentation_report.yml
-${PYSITELIB}/ansible_collections/amazon/aws/.github/ISSUE_TEMPLATE/feature_request.yml
-${PYSITELIB}/ansible_collections/amazon/aws/.github/patchback.yml
-${PYSITELIB}/ansible_collections/amazon/aws/.github/settings.yml
-${PYSITELIB}/ansible_collections/amazon/aws/.gitignore
 ${PYSITELIB}/ansible_collections/amazon/aws/CHANGELOG.rst
 ${PYSITELIB}/ansible_collections/amazon/aws/CONTRIBUTING.md
 ${PYSITELIB}/ansible_collections/amazon/aws/COPYING
 ${PYSITELIB}/ansible_collections/amazon/aws/FILES.json
 ${PYSITELIB}/ansible_collections/amazon/aws/MANIFEST.json
+${PYSITELIB}/ansible_collections/amazon/aws/PSF-license.txt
 ${PYSITELIB}/ansible_collections/amazon/aws/README.md
 ${PYSITELIB}/ansible_collections/amazon/aws/bindep.txt
 ${PYSITELIB}/ansible_collections/amazon/aws/changelogs/changelog.yaml
 ${PYSITELIB}/ansible_collections/amazon/aws/changelogs/config.yaml
 ${PYSITELIB}/ansible_collections/amazon/aws/changelogs/fragments/.keep
-${PYSITELIB}/ansible_collections/amazon/aws/docs/amazon.aws.aws_account_attribute_lookup.rst
-${PYSITELIB}/ansible_collections/amazon/aws/docs/amazon.aws.aws_az_info_module.rst
-${PYSITELIB}/ansible_collections/amazon/aws/docs/amazon.aws.aws_caller_info_module.rst
-${PYSITELIB}/ansible_collections/amazon/aws/docs/amazon.aws.aws_ec2_inventory.rst
-${PYSITELIB}/ansible_collections/amazon/aws/docs/amazon.aws.aws_rds_inventory.rst
-${PYSITELIB}/ansible_collections/amazon/aws/docs/amazon.aws.aws_s3_module.rst
-${PYSITELIB}/ansible_collections/amazon/aws/docs/amazon.aws.aws_secret_lookup.rst
-${PYSITELIB}/ansible_collections/amazon/aws/docs/amazon.aws.aws_service_ip_ranges_lookup.rst
-${PYSITELIB}/ansible_collections/amazon/aws/docs/amazon.aws.aws_ssm_lookup.rst
-${PYSITELIB}/ansible_collections/amazon/aws/docs/amazon.aws.cloudformation_info_module.rst
-${PYSITELIB}/ansible_collections/amazon/aws/docs/amazon.aws.cloudformation_module.rst
-${PYSITELIB}/ansible_collections/amazon/aws/docs/amazon.aws.ec2_ami_info_module.rst
-${PYSITELIB}/ansible_collections/amazon/aws/docs/amazon.aws.ec2_ami_module.rst
-${PYSITELIB}/ansible_collections/amazon/aws/docs/amazon.aws.ec2_eni_info_module.rst
-${PYSITELIB}/ansible_collections/amazon/aws/docs/amazon.aws.ec2_eni_module.rst
-${PYSITELIB}/ansible_collections/amazon/aws/docs/amazon.aws.ec2_group_info_module.rst
-${PYSITELIB}/ansible_collections/amazon/aws/docs/amazon.aws.ec2_group_module.rst
-${PYSITELIB}/ansible_collections/amazon/aws/docs/amazon.aws.ec2_instance_info_module.rst
-${PYSITELIB}/ansible_collections/amazon/aws/docs/amazon.aws.ec2_instance_module.rst
-${PYSITELIB}/ansible_collections/amazon/aws/docs/amazon.aws.ec2_key_module.rst
-${PYSITELIB}/ansible_collections/amazon/aws/docs/amazon.aws.ec2_metadata_facts_module.rst
-${PYSITELIB}/ansible_collections/amazon/aws/docs/amazon.aws.ec2_module.rst
-${PYSITELIB}/ansible_collections/amazon/aws/docs/amazon.aws.ec2_snapshot_info_module.rst
-${PYSITELIB}/ansible_collections/amazon/aws/docs/amazon.aws.ec2_snapshot_module.rst
-${PYSITELIB}/ansible_collections/amazon/aws/docs/amazon.aws.ec2_spot_instance_info_module.rst
-${PYSITELIB}/ansible_collections/amazon/aws/docs/amazon.aws.ec2_spot_instance_module.rst
-${PYSITELIB}/ansible_collections/amazon/aws/docs/amazon.aws.ec2_tag_info_module.rst
-${PYSITELIB}/ansible_collections/amazon/aws/docs/amazon.aws.ec2_tag_module.rst
-${PYSITELIB}/ansible_collections/amazon/aws/docs/amazon.aws.ec2_vol_info_module.rst
-${PYSITELIB}/ansible_collections/amazon/aws/docs/amazon.aws.ec2_vol_module.rst
-${PYSITELIB}/ansible_collections/amazon/aws/docs/amazon.aws.ec2_vpc_dhcp_option_info_module.rst
-${PYSITELIB}/ansible_collections/amazon/aws/docs/amazon.aws.ec2_vpc_dhcp_option_module.rst
-${PYSITELIB}/ansible_collections/amazon/aws/docs/amazon.aws.ec2_vpc_endpoint_info_module.rst
-${PYSITELIB}/ansible_collections/amazon/aws/docs/amazon.aws.ec2_vpc_endpoint_module.rst
-${PYSITELIB}/ansible_collections/amazon/aws/docs/amazon.aws.ec2_vpc_endpoint_service_info_module.rst
-${PYSITELIB}/ansible_collections/amazon/aws/docs/amazon.aws.ec2_vpc_igw_info_module.rst
-${PYSITELIB}/ansible_collections/amazon/aws/docs/amazon.aws.ec2_vpc_igw_module.rst
-${PYSITELIB}/ansible_collections/amazon/aws/docs/amazon.aws.ec2_vpc_nat_gateway_info_module.rst
-${PYSITELIB}/ansible_collections/amazon/aws/docs/amazon.aws.ec2_vpc_nat_gateway_module.rst
-${PYSITELIB}/ansible_collections/amazon/aws/docs/amazon.aws.ec2_vpc_net_info_module.rst
-${PYSITELIB}/ansible_collections/amazon/aws/docs/amazon.aws.ec2_vpc_net_module.rst
-${PYSITELIB}/ansible_collections/amazon/aws/docs/amazon.aws.ec2_vpc_route_table_info_module.rst
-${PYSITELIB}/ansible_collections/amazon/aws/docs/amazon.aws.ec2_vpc_route_table_module.rst
-${PYSITELIB}/ansible_collections/amazon/aws/docs/amazon.aws.ec2_vpc_subnet_info_module.rst
-${PYSITELIB}/ansible_collections/amazon/aws/docs/amazon.aws.ec2_vpc_subnet_module.rst
-${PYSITELIB}/ansible_collections/amazon/aws/docs/amazon.aws.elb_classic_lb_module.rst
-${PYSITELIB}/ansible_collections/amazon/aws/docs/amazon.aws.s3_bucket_module.rst
-${PYSITELIB}/ansible_collections/amazon/aws/docs/docsite/extra-docs.yml
-${PYSITELIB}/ansible_collections/amazon/aws/docs/docsite/rst/guide_aws.rst
 ${PYSITELIB}/ansible_collections/amazon/aws/meta/runtime.yml
 ${PYSITELIB}/ansible_collections/amazon/aws/plugins/__init__.py
 ${PYSITELIB}/ansible_collections/amazon/aws/plugins/__init__.pyc
@@ -95,6 +40,9 @@
 ${PYSITELIB}/ansible_collections/amazon/aws/plugins/doc_fragments/aws.py
 ${PYSITELIB}/ansible_collections/amazon/aws/plugins/doc_fragments/aws.pyc
 ${PYSITELIB}/ansible_collections/amazon/aws/plugins/doc_fragments/aws.pyo
+${PYSITELIB}/ansible_collections/amazon/aws/plugins/doc_fragments/aws_boto3.py
+${PYSITELIB}/ansible_collections/amazon/aws/plugins/doc_fragments/aws_boto3.pyc
+${PYSITELIB}/ansible_collections/amazon/aws/plugins/doc_fragments/aws_boto3.pyo
 ${PYSITELIB}/ansible_collections/amazon/aws/plugins/doc_fragments/aws_credentials.py
 ${PYSITELIB}/ansible_collections/amazon/aws/plugins/doc_fragments/aws_credentials.pyc
 ${PYSITELIB}/ansible_collections/amazon/aws/plugins/doc_fragments/aws_credentials.pyo
@@ -104,6 +52,9 @@
 ${PYSITELIB}/ansible_collections/amazon/aws/plugins/doc_fragments/ec2.py
 ${PYSITELIB}/ansible_collections/amazon/aws/plugins/doc_fragments/ec2.pyc
 ${PYSITELIB}/ansible_collections/amazon/aws/plugins/doc_fragments/ec2.pyo
+${PYSITELIB}/ansible_collections/amazon/aws/plugins/doc_fragments/tags.py
+${PYSITELIB}/ansible_collections/amazon/aws/plugins/doc_fragments/tags.pyc
+${PYSITELIB}/ansible_collections/amazon/aws/plugins/doc_fragments/tags.pyo
 ${PYSITELIB}/ansible_collections/amazon/aws/plugins/inventory/__init__.py
 ${PYSITELIB}/ansible_collections/amazon/aws/plugins/inventory/__init__.pyc
 ${PYSITELIB}/ansible_collections/amazon/aws/plugins/inventory/__init__.pyo
@@ -131,6 +82,9 @@
 ${PYSITELIB}/ansible_collections/amazon/aws/plugins/module_utils/__init__.py
 ${PYSITELIB}/ansible_collections/amazon/aws/plugins/module_utils/__init__.pyc
 ${PYSITELIB}/ansible_collections/amazon/aws/plugins/module_utils/__init__.pyo
+${PYSITELIB}/ansible_collections/amazon/aws/plugins/module_utils/_version.py
+${PYSITELIB}/ansible_collections/amazon/aws/plugins/module_utils/_version.pyc
+${PYSITELIB}/ansible_collections/amazon/aws/plugins/module_utils/_version.pyo
 ${PYSITELIB}/ansible_collections/amazon/aws/plugins/module_utils/acm.py
 ${PYSITELIB}/ansible_collections/amazon/aws/plugins/module_utils/acm.pyc
 ${PYSITELIB}/ansible_collections/amazon/aws/plugins/module_utils/acm.pyo
@@ -176,6 +130,9 @@
 ${PYSITELIB}/ansible_collections/amazon/aws/plugins/module_utils/urls.py
 ${PYSITELIB}/ansible_collections/amazon/aws/plugins/module_utils/urls.pyc
 ${PYSITELIB}/ansible_collections/amazon/aws/plugins/module_utils/urls.pyo
+${PYSITELIB}/ansible_collections/amazon/aws/plugins/module_utils/version.py
+${PYSITELIB}/ansible_collections/amazon/aws/plugins/module_utils/version.pyc
+${PYSITELIB}/ansible_collections/amazon/aws/plugins/module_utils/version.pyo
 ${PYSITELIB}/ansible_collections/amazon/aws/plugins/module_utils/waf.py
 ${PYSITELIB}/ansible_collections/amazon/aws/plugins/module_utils/waf.pyc
 ${PYSITELIB}/ansible_collections/amazon/aws/plugins/module_utils/waf.pyo
@@ -191,9 +148,6 @@
 ${PYSITELIB}/ansible_collections/amazon/aws/plugins/modules/aws_az_info.py
 ${PYSITELIB}/ansible_collections/amazon/aws/plugins/modules/aws_az_info.pyc
 ${PYSITELIB}/ansible_collections/amazon/aws/plugins/modules/aws_az_info.pyo
-${PYSITELIB}/ansible_collections/amazon/aws/plugins/modules/aws_caller_facts.py
-${PYSITELIB}/ansible_collections/amazon/aws/plugins/modules/aws_caller_facts.pyc
-${PYSITELIB}/ansible_collections/amazon/aws/plugins/modules/aws_caller_facts.pyo
 ${PYSITELIB}/ansible_collections/amazon/aws/plugins/modules/aws_caller_info.py
 ${PYSITELIB}/ansible_collections/amazon/aws/plugins/modules/aws_caller_info.pyc
 ${PYSITELIB}/ansible_collections/amazon/aws/plugins/modules/aws_caller_info.pyo
@@ -203,9 +157,6 @@
 ${PYSITELIB}/ansible_collections/amazon/aws/plugins/modules/cloudformation.py
 ${PYSITELIB}/ansible_collections/amazon/aws/plugins/modules/cloudformation.pyc
 ${PYSITELIB}/ansible_collections/amazon/aws/plugins/modules/cloudformation.pyo
-${PYSITELIB}/ansible_collections/amazon/aws/plugins/modules/cloudformation_facts.py
-${PYSITELIB}/ansible_collections/amazon/aws/plugins/modules/cloudformation_facts.pyc
-${PYSITELIB}/ansible_collections/amazon/aws/plugins/modules/cloudformation_facts.pyo
 ${PYSITELIB}/ansible_collections/amazon/aws/plugins/modules/cloudformation_info.py
 ${PYSITELIB}/ansible_collections/amazon/aws/plugins/modules/cloudformation_info.pyc
 ${PYSITELIB}/ansible_collections/amazon/aws/plugins/modules/cloudformation_info.pyo
@@ -215,36 +166,24 @@
 ${PYSITELIB}/ansible_collections/amazon/aws/plugins/modules/ec2_ami.py
 ${PYSITELIB}/ansible_collections/amazon/aws/plugins/modules/ec2_ami.pyc
 ${PYSITELIB}/ansible_collections/amazon/aws/plugins/modules/ec2_ami.pyo
-${PYSITELIB}/ansible_collections/amazon/aws/plugins/modules/ec2_ami_facts.py
-${PYSITELIB}/ansible_collections/amazon/aws/plugins/modules/ec2_ami_facts.pyc
-${PYSITELIB}/ansible_collections/amazon/aws/plugins/modules/ec2_ami_facts.pyo
 ${PYSITELIB}/ansible_collections/amazon/aws/plugins/modules/ec2_ami_info.py
 ${PYSITELIB}/ansible_collections/amazon/aws/plugins/modules/ec2_ami_info.pyc
 ${PYSITELIB}/ansible_collections/amazon/aws/plugins/modules/ec2_ami_info.pyo
 ${PYSITELIB}/ansible_collections/amazon/aws/plugins/modules/ec2_eni.py
 ${PYSITELIB}/ansible_collections/amazon/aws/plugins/modules/ec2_eni.pyc
 ${PYSITELIB}/ansible_collections/amazon/aws/plugins/modules/ec2_eni.pyo
-${PYSITELIB}/ansible_collections/amazon/aws/plugins/modules/ec2_eni_facts.py
-${PYSITELIB}/ansible_collections/amazon/aws/plugins/modules/ec2_eni_facts.pyc
-${PYSITELIB}/ansible_collections/amazon/aws/plugins/modules/ec2_eni_facts.pyo
 ${PYSITELIB}/ansible_collections/amazon/aws/plugins/modules/ec2_eni_info.py
 ${PYSITELIB}/ansible_collections/amazon/aws/plugins/modules/ec2_eni_info.pyc
 ${PYSITELIB}/ansible_collections/amazon/aws/plugins/modules/ec2_eni_info.pyo
 ${PYSITELIB}/ansible_collections/amazon/aws/plugins/modules/ec2_group.py
 ${PYSITELIB}/ansible_collections/amazon/aws/plugins/modules/ec2_group.pyc
 ${PYSITELIB}/ansible_collections/amazon/aws/plugins/modules/ec2_group.pyo
-${PYSITELIB}/ansible_collections/amazon/aws/plugins/modules/ec2_group_facts.py
-${PYSITELIB}/ansible_collections/amazon/aws/plugins/modules/ec2_group_facts.pyc
-${PYSITELIB}/ansible_collections/amazon/aws/plugins/modules/ec2_group_facts.pyo
 ${PYSITELIB}/ansible_collections/amazon/aws/plugins/modules/ec2_group_info.py
 ${PYSITELIB}/ansible_collections/amazon/aws/plugins/modules/ec2_group_info.pyc
 ${PYSITELIB}/ansible_collections/amazon/aws/plugins/modules/ec2_group_info.pyo
 ${PYSITELIB}/ansible_collections/amazon/aws/plugins/modules/ec2_instance.py
 ${PYSITELIB}/ansible_collections/amazon/aws/plugins/modules/ec2_instance.pyc
 ${PYSITELIB}/ansible_collections/amazon/aws/plugins/modules/ec2_instance.pyo
-${PYSITELIB}/ansible_collections/amazon/aws/plugins/modules/ec2_instance_facts.py
-${PYSITELIB}/ansible_collections/amazon/aws/plugins/modules/ec2_instance_facts.pyc
-${PYSITELIB}/ansible_collections/amazon/aws/plugins/modules/ec2_instance_facts.pyo
 ${PYSITELIB}/ansible_collections/amazon/aws/plugins/modules/ec2_instance_info.py
 ${PYSITELIB}/ansible_collections/amazon/aws/plugins/modules/ec2_instance_info.pyc
 ${PYSITELIB}/ansible_collections/amazon/aws/plugins/modules/ec2_instance_info.pyo
@@ -257,9 +196,6 @@
 ${PYSITELIB}/ansible_collections/amazon/aws/plugins/modules/ec2_snapshot.py
 ${PYSITELIB}/ansible_collections/amazon/aws/plugins/modules/ec2_snapshot.pyc
 ${PYSITELIB}/ansible_collections/amazon/aws/plugins/modules/ec2_snapshot.pyo
-${PYSITELIB}/ansible_collections/amazon/aws/plugins/modules/ec2_snapshot_facts.py
-${PYSITELIB}/ansible_collections/amazon/aws/plugins/modules/ec2_snapshot_facts.pyc
-${PYSITELIB}/ansible_collections/amazon/aws/plugins/modules/ec2_snapshot_facts.pyo
 ${PYSITELIB}/ansible_collections/amazon/aws/plugins/modules/ec2_snapshot_info.py
 ${PYSITELIB}/ansible_collections/amazon/aws/plugins/modules/ec2_snapshot_info.pyc
 ${PYSITELIB}/ansible_collections/amazon/aws/plugins/modules/ec2_snapshot_info.pyo
@@ -278,27 +214,18 @@
 ${PYSITELIB}/ansible_collections/amazon/aws/plugins/modules/ec2_vol.py
 ${PYSITELIB}/ansible_collections/amazon/aws/plugins/modules/ec2_vol.pyc
 ${PYSITELIB}/ansible_collections/amazon/aws/plugins/modules/ec2_vol.pyo
-${PYSITELIB}/ansible_collections/amazon/aws/plugins/modules/ec2_vol_facts.py
-${PYSITELIB}/ansible_collections/amazon/aws/plugins/modules/ec2_vol_facts.pyc
-${PYSITELIB}/ansible_collections/amazon/aws/plugins/modules/ec2_vol_facts.pyo
 ${PYSITELIB}/ansible_collections/amazon/aws/plugins/modules/ec2_vol_info.py
 ${PYSITELIB}/ansible_collections/amazon/aws/plugins/modules/ec2_vol_info.pyc
 ${PYSITELIB}/ansible_collections/amazon/aws/plugins/modules/ec2_vol_info.pyo
 ${PYSITELIB}/ansible_collections/amazon/aws/plugins/modules/ec2_vpc_dhcp_option.py
 ${PYSITELIB}/ansible_collections/amazon/aws/plugins/modules/ec2_vpc_dhcp_option.pyc
 ${PYSITELIB}/ansible_collections/amazon/aws/plugins/modules/ec2_vpc_dhcp_option.pyo
-${PYSITELIB}/ansible_collections/amazon/aws/plugins/modules/ec2_vpc_dhcp_option_facts.py
-${PYSITELIB}/ansible_collections/amazon/aws/plugins/modules/ec2_vpc_dhcp_option_facts.pyc
-${PYSITELIB}/ansible_collections/amazon/aws/plugins/modules/ec2_vpc_dhcp_option_facts.pyo
 ${PYSITELIB}/ansible_collections/amazon/aws/plugins/modules/ec2_vpc_dhcp_option_info.py
 ${PYSITELIB}/ansible_collections/amazon/aws/plugins/modules/ec2_vpc_dhcp_option_info.pyc
 ${PYSITELIB}/ansible_collections/amazon/aws/plugins/modules/ec2_vpc_dhcp_option_info.pyo
 ${PYSITELIB}/ansible_collections/amazon/aws/plugins/modules/ec2_vpc_endpoint.py
 ${PYSITELIB}/ansible_collections/amazon/aws/plugins/modules/ec2_vpc_endpoint.pyc
 ${PYSITELIB}/ansible_collections/amazon/aws/plugins/modules/ec2_vpc_endpoint.pyo
-${PYSITELIB}/ansible_collections/amazon/aws/plugins/modules/ec2_vpc_endpoint_facts.py
-${PYSITELIB}/ansible_collections/amazon/aws/plugins/modules/ec2_vpc_endpoint_facts.pyc
-${PYSITELIB}/ansible_collections/amazon/aws/plugins/modules/ec2_vpc_endpoint_facts.pyo
 ${PYSITELIB}/ansible_collections/amazon/aws/plugins/modules/ec2_vpc_endpoint_info.py
 ${PYSITELIB}/ansible_collections/amazon/aws/plugins/modules/ec2_vpc_endpoint_info.pyc
 ${PYSITELIB}/ansible_collections/amazon/aws/plugins/modules/ec2_vpc_endpoint_info.pyo
@@ -308,45 +235,30 @@
 ${PYSITELIB}/ansible_collections/amazon/aws/plugins/modules/ec2_vpc_igw.py
 ${PYSITELIB}/ansible_collections/amazon/aws/plugins/modules/ec2_vpc_igw.pyc
 ${PYSITELIB}/ansible_collections/amazon/aws/plugins/modules/ec2_vpc_igw.pyo
-${PYSITELIB}/ansible_collections/amazon/aws/plugins/modules/ec2_vpc_igw_facts.py
-${PYSITELIB}/ansible_collections/amazon/aws/plugins/modules/ec2_vpc_igw_facts.pyc
-${PYSITELIB}/ansible_collections/amazon/aws/plugins/modules/ec2_vpc_igw_facts.pyo
 ${PYSITELIB}/ansible_collections/amazon/aws/plugins/modules/ec2_vpc_igw_info.py
 ${PYSITELIB}/ansible_collections/amazon/aws/plugins/modules/ec2_vpc_igw_info.pyc
 ${PYSITELIB}/ansible_collections/amazon/aws/plugins/modules/ec2_vpc_igw_info.pyo
 ${PYSITELIB}/ansible_collections/amazon/aws/plugins/modules/ec2_vpc_nat_gateway.py
 ${PYSITELIB}/ansible_collections/amazon/aws/plugins/modules/ec2_vpc_nat_gateway.pyc
 ${PYSITELIB}/ansible_collections/amazon/aws/plugins/modules/ec2_vpc_nat_gateway.pyo
-${PYSITELIB}/ansible_collections/amazon/aws/plugins/modules/ec2_vpc_nat_gateway_facts.py
-${PYSITELIB}/ansible_collections/amazon/aws/plugins/modules/ec2_vpc_nat_gateway_facts.pyc
-${PYSITELIB}/ansible_collections/amazon/aws/plugins/modules/ec2_vpc_nat_gateway_facts.pyo
 ${PYSITELIB}/ansible_collections/amazon/aws/plugins/modules/ec2_vpc_nat_gateway_info.py
 ${PYSITELIB}/ansible_collections/amazon/aws/plugins/modules/ec2_vpc_nat_gateway_info.pyc
 ${PYSITELIB}/ansible_collections/amazon/aws/plugins/modules/ec2_vpc_nat_gateway_info.pyo
 ${PYSITELIB}/ansible_collections/amazon/aws/plugins/modules/ec2_vpc_net.py
 ${PYSITELIB}/ansible_collections/amazon/aws/plugins/modules/ec2_vpc_net.pyc
 ${PYSITELIB}/ansible_collections/amazon/aws/plugins/modules/ec2_vpc_net.pyo
-${PYSITELIB}/ansible_collections/amazon/aws/plugins/modules/ec2_vpc_net_facts.py
-${PYSITELIB}/ansible_collections/amazon/aws/plugins/modules/ec2_vpc_net_facts.pyc
-${PYSITELIB}/ansible_collections/amazon/aws/plugins/modules/ec2_vpc_net_facts.pyo
 ${PYSITELIB}/ansible_collections/amazon/aws/plugins/modules/ec2_vpc_net_info.py
 ${PYSITELIB}/ansible_collections/amazon/aws/plugins/modules/ec2_vpc_net_info.pyc
 ${PYSITELIB}/ansible_collections/amazon/aws/plugins/modules/ec2_vpc_net_info.pyo
 ${PYSITELIB}/ansible_collections/amazon/aws/plugins/modules/ec2_vpc_route_table.py
 ${PYSITELIB}/ansible_collections/amazon/aws/plugins/modules/ec2_vpc_route_table.pyc
 ${PYSITELIB}/ansible_collections/amazon/aws/plugins/modules/ec2_vpc_route_table.pyo




Home | Main Index | Thread Index | Old Index