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 2.1.4).

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.

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)