Files
awx-operator/docs/user-guide/advanced-configuration/no-log.md
2023-07-26 17:08:20 -04:00

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
```