diff --git a/plugins/inventory/cobbler.py b/plugins/inventory/cobbler.py index 65e5ed943a..34facc2922 100644 --- a/plugins/inventory/cobbler.py +++ b/plugins/inventory/cobbler.py @@ -17,7 +17,7 @@ description: The primary IP address is defined as the management interface if defined, or the interface who's DNS name matches the hostname of the system, or else the first interface found. extends_documentation_fragment: - - inventory_cache + - ansible.builtin.inventory_cache options: plugin: description: The name of this plugin, it should always be set to V(community.general.cobbler) for this plugin to recognize diff --git a/plugins/inventory/gitlab_runners.py b/plugins/inventory/gitlab_runners.py index 31e67b2031..4a7f42db90 100644 --- a/plugins/inventory/gitlab_runners.py +++ b/plugins/inventory/gitlab_runners.py @@ -13,7 +13,7 @@ short_description: Ansible dynamic inventory plugin for GitLab runners requirements: - python-gitlab > 1.8.0 extends_documentation_fragment: - - constructed + - ansible.builtin.constructed description: - Reads inventories from the GitLab API. - Uses a YAML configuration file gitlab_runners.[yml|yaml]. diff --git a/plugins/inventory/icinga2.py b/plugins/inventory/icinga2.py index f179dee1a4..1c805aa46d 100644 --- a/plugins/inventory/icinga2.py +++ b/plugins/inventory/icinga2.py @@ -14,7 +14,7 @@ description: - Get inventory hosts from the Icinga2 API. - Uses a configuration file as an inventory source, it must end in C(.icinga2.yml) or C(.icinga2.yaml). extends_documentation_fragment: - - constructed + - ansible.builtin.constructed options: strict: version_added: 4.4.0 diff --git a/plugins/inventory/linode.py b/plugins/inventory/linode.py index 8af8924d81..3d357a3d54 100644 --- a/plugins/inventory/linode.py +++ b/plugins/inventory/linode.py @@ -17,8 +17,8 @@ description: - Linode labels are used by default as the hostnames. - The default inventory groups are built from groups (deprecated by Linode) and not tags. extends_documentation_fragment: - - constructed - - inventory_cache + - ansible.builtin.constructed + - ansible.builtin.inventory_cache options: cache: version_added: 4.5.0 diff --git a/plugins/inventory/nmap.py b/plugins/inventory/nmap.py index c47d4228ab..6622ef78de 100644 --- a/plugins/inventory/nmap.py +++ b/plugins/inventory/nmap.py @@ -11,8 +11,8 @@ short_description: Uses nmap to find hosts to target description: - Uses a YAML configuration file with a valid YAML extension. extends_documentation_fragment: - - constructed - - inventory_cache + - ansible.builtin.constructed + - ansible.builtin.inventory_cache requirements: - nmap CLI installed options: diff --git a/plugins/inventory/opennebula.py b/plugins/inventory/opennebula.py index 2421d55dbc..756e05750b 100644 --- a/plugins/inventory/opennebula.py +++ b/plugins/inventory/opennebula.py @@ -11,7 +11,7 @@ author: short_description: OpenNebula inventory source version_added: "3.8.0" extends_documentation_fragment: - - constructed + - ansible.builtin.constructed description: - Get inventory hosts from OpenNebula cloud. - Uses an YAML configuration file ending with either C(opennebula.yml) or C(opennebula.yaml) to set parameter values. diff --git a/plugins/inventory/virtualbox.py b/plugins/inventory/virtualbox.py index 6639200d42..0e6e61b84c 100644 --- a/plugins/inventory/virtualbox.py +++ b/plugins/inventory/virtualbox.py @@ -16,8 +16,8 @@ description: - A separate parameter, O(enable_advanced_group_parsing) is exposed to change grouping behaviour. See the parameter documentation for details. extends_documentation_fragment: - - constructed - - inventory_cache + - ansible.builtin.constructed + - ansible.builtin.inventory_cache options: plugin: description: Token that ensures this is a source file for the P(community.general.virtualbox#inventory) plugin. diff --git a/plugins/inventory/xen_orchestra.py b/plugins/inventory/xen_orchestra.py index 0f6343c891..8cdae58e4c 100644 --- a/plugins/inventory/xen_orchestra.py +++ b/plugins/inventory/xen_orchestra.py @@ -17,8 +17,8 @@ description: - Get inventory hosts from a Xen Orchestra deployment. - Uses a configuration file as an inventory source, it must end in C(.xen_orchestra.yml) or C(.xen_orchestra.yaml). extends_documentation_fragment: - - constructed - - inventory_cache + - ansible.builtin.constructed + - ansible.builtin.inventory_cache options: plugin: description: The name of this plugin, it should always be set to V(community.general.xen_orchestra) for this plugin to