cloud.common.turbo_demo module – A demo module for ansible_module.turbo

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_demo.

New in cloud.common 1.0.0

Synopsis

  • This module is an example of an ansible_module.turbo integration.

Examples

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

Authors

  • Gonéri Le Bouder (@goneri)