Allow wireless regulatory country to be configured. #42
lint.yml
on: pull_request
Ansible Lint
55s
Jinja2 Lint
20s
Annotations
5 errors
no-changed-when:
tasks/wifi.yml#L22
Commands should not change things if nothing needs doing.
|
no-handler:
tasks/wifi.yml#L22
Tasks that run when changed should likely be handlers.
|
no-changed-when:
tasks/wifi.yml#L37
Commands should not change things if nothing needs doing.
|
no-handler:
tasks/wifi.yml#L37
Tasks that run when changed should likely be handlers.
|
jinja[invalid]:
tasks/wifi.yml#L55
You need to install jmespath prior to running json_query filter
|