cloud.common.turbo_import module – A demo module to test import logic for turbo mode

Note

This module is part of the cloud.common collection (version 4.2.0).

You might already have this collection installed if you are using the ansible package. It is not included in ansible-core. To check whether it is installed, run ansible-galaxy collection list.

To install it, use: ansible-galaxy collection install cloud.common.

To use it in a playbook, specify: cloud.common.turbo_import.

Note

The cloud.common collection will be removed from Ansible 12. The collection does not work with ansible-core 2.19, and is no longer needed by any other collection included in Ansible 12. Once removed, you can still install the collection manually with ansible-galaxy collection install cloud.common. See the discussion thread for more information.

New in cloud.common 1.0.0

Synopsis

  • This module tests the import logic for turbo mode.

Examples

- name: Run the module
  cloud.common.turbo_import:

Authors

  • Mike Graves (@gravesm)