| name: test | |
| options: | |
| debug: | |
| type: bool | |
| description: Whether debugging is enabled | |
| default: False | |
| logging: | |
| type: bool | |
| description: Whether logging is enabled | |
| default: False | |
| variables: | |
| logging: 'False' | |
| (?): | |
| # Logging is enabled if specified or if debugging is requested | |
| - logging or debug: | |
| logging: 'True' |