mirror of
https://github.com/ansible/awx-operator.git
synced 2026-05-06 13:22:50 +00:00
14 lines
267 B
Markdown
14 lines
267 B
Markdown
#### No Log
|
|
Configure no_log for tasks with no_log
|
|
|
|
| Name | Description | Default |
|
|
| ------ | -------------------- | ------- |
|
|
| no_log | No log configuration | 'true' |
|
|
|
|
Example configuration of `no_log` parameter
|
|
|
|
```yaml
|
|
spec:
|
|
no_log: true
|
|
```
|