Fix incorrect argument name #22
Annotations
10 errors and 1 warning
yaml[octal-values]:
tasks/configure.yml#L28
Forbidden implicit octal value "0600"
|
no-changed-when:
tasks/enable_routes.yml#L2
Commands should not change things if nothing needs doing.
|
no-changed-when:
tasks/enable_routes.yml#L10
Commands should not change things if nothing needs doing.
|
yaml[octal-values]:
tasks/install.yml#L24
Forbidden implicit octal value "0770"
|
yaml[octal-values]:
tasks/install.yml#L33
Forbidden implicit octal value "0755"
|
yaml[octal-values]:
tasks/install.yml#L42
Forbidden implicit octal value "0600"
|
yaml[octal-values]:
tasks/install.yml#L52
Forbidden implicit octal value "0600"
|
name[missing]:
tasks/main.yml#L2
All tasks should be named.
|
name[missing]:
tasks/main.yml#L7
All tasks should be named.
|
name[missing]:
tasks/main.yml#L12
All tasks should be named.
|
args[module]:
handlers/main.yml#L2
Unsupported parameters for (basic.py) module: daemon-reload. Supported parameters include: arguments, enabled, name, pattern, runlevel, sleep, state (args).
|