controller_configuration icon indicating copy to clipboard operation
controller_configuration copied to clipboard

Document the destroy_current_nodes option

Open kbreit-insight opened this issue 1 year ago • 1 comments

Summary

The workflow role has destroy_current_nodes as an option but there are no examples to show how to use it. The type is shown as dict which is a little curious considering I think the module is a boolean.

https://github.com/redhat-cop/controller_configuration/tree/devel/roles/workflow_job_templates is the link to the role documentation and https://github.com/ansible/awx/blob/b7b7bfa520780c481046581f2ce9c38ccc6bc1d8/awx_collection/plugins/modules/workflow_job_template.py#L432 is a link to the module arg documentation.

Issue Type

  • Bug Report

Ansible, Collection, Controller details

ansible --version

ansible-galaxy collection list

Controller version

  • ansible installation method: one of source, pip, OS package, EE

OS / ENVIRONMENT

Desired Behavior

Actual Behavior

Please give some details of what is actually happening. Include a [minimum complete verifiable example] with:

  • playbook / task
  • configuration file / list
  • error

STEPS TO REPRODUCE



kbreit-insight avatar Mar 04 '24 15:03 kbreit-insight

It should be bool, not sure that typo got in, as I wrote both >< , needs a pr to fix

sean-m-sullivan avatar May 08 '24 17:05 sean-m-sullivan