f5networks.f5_modules.markdev filter – append -devel suffix

Note

This filter plugin is part of the f5networks.f5_modules collection (version 1.39.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 f5networks.f5_modules.

To use it in a playbook, specify: f5networks.f5_modules.markdev.

Synopsis

  • Attempt to apply -devel suffix to a given string

Input

This describes the input of the filter, the value before | f5networks.f5_modules.markdev.

Parameter

Comments

Input

string / required

A string to append -devel suffix.

Examples

# add devel suffix to version string
command:  inv collection.build {{ galaxy.version | verchg }}

Return Value

Key

Description

Return value

string

The string with -devel suffix.

Returned: success

Authors

  • Ravinder Reddy (@chinthalapalli)