ns2.flatcol.foo2 module – Another foo

Note

This module is part of the ns2.flatcol collection.

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 ns2.flatcol.

To use it in a playbook, specify: ns2.flatcol.foo2.

Synopsis

Parameters

Parameter

Comments

bar

string

Some bar.

See foo_param_1 for a random role parameter reference. And foo_param_2=42 for one with a value.

Examples

- name: Do some foo
  ns2.flatcol.foo2:
    bar: foo

Return Values

Common return values are documented here, the following are the fields unique to this module:

Key

Description

bar

string

Some bar.

Referencing myself as bar.

Do not confuse with bar.

Returned: success

Sample: "baz"

Authors

  • Another one (@ansible-community)