Skip to content
#

awx-operator

Here is 1 public repository matching this topic...

fosterseth
fosterseth commented May 13, 2022

Many of the operator ansible plays have no_log: True set.

It would be useful for debugging purposes to have an option override this

e.g. a setting in the operator like awx_no_log

the the no_log in the plays could be replaced with

no_log: "{{ awx_no_log|default(true)|bool }}"
good first issue

Improve this page

Add a description, image, and links to the awx-operator topic page so that developers can more easily learn about it.

Curate this topic

Add this topic to your repo

To associate your repository with the awx-operator topic, visit your repo's landing page and select "manage topics."

Learn more