mirror of
https://github.com/prometheus-community/ansible
synced 2024-11-10 06:14:13 +00:00
fix: raw string argument validation error
Signed-off-by: gardar <gardar@users.noreply.github.com>
This commit is contained in:
parent
0ae35a0b80
commit
65de2ec726
1 changed files with 1 additions and 1 deletions
|
@ -34,7 +34,7 @@ argument_specs:
|
|||
- "Processes which should be monitored."
|
||||
- "Syntax is the same as in"
|
||||
- "L(using-a-config-file Default is consistent with deb/rpm packages,https://github.com/ncabatoff/process-exporter#using-a-config-file Default is consistent with deb/rpm packages)"
|
||||
default: "[{name: '{{.Comm}}', cmdline: [.+]}]"
|
||||
default: !unsafe "[{name: '{{.Comm}}', cmdline: [.+]}]"
|
||||
process_exporter_binary_install_dir:
|
||||
description:
|
||||
- "I(Advanced)"
|
||||
|
|
Loading…
Reference in a new issue