pystol.actions.patch_cr (0.8.6) — module

A module that patch a cr to update its values.

| "added in version" 2.8 of pystol.actions"

Authors: Carlos Camacho (@ccamacho)

preview | supported by community

Install collection

Install with ansible-galaxy collection install pystol.actions:==0.8.6


Add to requirements.yml

  collections:
    - name: pystol.actions
      version: 0.8.6

Description

A module that patch a cr to update its values.

Usage examples

  • Success
    Steampunk Spotter scan finished with no errors, warnings or hints.
# Pass in a message
- name: Test with a message
  patch_cr:
    name: pystol-action-jhgyt
    key: workflow_state
    value: PystolActionEnded

Inputs

    
key:
    default: ''

name:
    default: ''

value:
    default: ''

Outputs

fact:
  description: Actual facts
  sample: Jane Doe is a smart cookie.
  type: str