added support for debian buster
This commit is contained in:
parent
b8d95efb9c
commit
f58bc3c54c
2 changed files with 3 additions and 1 deletions
|
|
@ -2,3 +2,5 @@ monitoring:
|
|||
checks:
|
||||
local:
|
||||
mk_postgres: {}
|
||||
|
||||
pg_version: "{% if ansible_distribution_release == 'stretch' %}9.6{% endif %}{% if ansible_distribution_release == 'buster' %}11{% endif %}"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue