Skip to content

Commit

Permalink
Correct README.md to indicate destroy_current_nodes is bool (#1011)
Browse files Browse the repository at this point in the history
* Update destroy_current_nodes documentation to reflect bool

* Add changelob fragment

---------

Co-authored-by: Sean Sullivan <ssulliva@redhat.com>
Co-authored-by: Tom Page <tpage@redhat.com>
  • Loading branch information
3 people authored Dec 16, 2024
1 parent 481db42 commit 0940b58
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
1 change: 1 addition & 0 deletions changelogs/fragments/controller_workflow_job_templates.yml
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
---
bugfixes:
- Correct README.md to indicate destroy_current_nodes is bool
- Update loop label to only show name of workflow job template instead of entire json object
3 changes: 2 additions & 1 deletion roles/controller_workflow_job_templates/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -102,7 +102,7 @@ This also speeds up the overall role.
|`scm_branch`|""|no|str|SCM branch applied as a prompt, assuming job template prompts for SCM branch|
|`state`|`present`|no|str|Desired state of the resource.|
|`workflow_nodes`|""|no|dict|A json list of nodes and their corresponding options. The sub-options are in the module doc.|
|`destroy_current_nodes`|""|no|dict|Set in order to destroy current schema on the workflow, used in cases where drastic changes to schema are happening.|
|`destroy_current_nodes`|""|no|bool|Set in order to destroy current schema on the workflow, used in cases where drastic changes to schema are happening.|
|`survey_enabled`|""|no|bool|Enable a survey on the job template.|
|`survey_spec`|""|no|dict|JSON/YAML dict formatted survey definition.|
|`survey`|""|no|dict|JSON/YAML dict formatted survey definition. Alias of survey_spec|
Expand Down Expand Up @@ -198,6 +198,7 @@ controller_workflows:
ask_inventory_on_launch: false
ask_scm_branch_on_launch: false
ask_limit_on_launch: false
destroy_current_nodes: false
webhook_service: ''
webhook_credential:
organization: Default
Expand Down

0 comments on commit 0940b58

Please sign in to comment.