theforeman.foreman.cp_label (4.0.0) — filter

Convert strings to Candlepin labels

| "added in version" 0.1.0 of theforeman.foreman"

Authors: Matthias Dellweg

Install collection

Install with ansible-galaxy collection install theforeman.foreman:==4.0.0


Add to requirements.yml

  collections:
    - name: theforeman.foreman
      version: 4.0.0

Description

Converts an arbitrary string to a valid Candlepin label

Inputs

    
_input:
    description: String that should be converted
    required: true
    type: string

Outputs

_value:
  description: The converted Candlepin label
  type: string