Skip to content

Commit 5c77a33

Browse files
committed
Uses watch requisite for postgres-reload-modules instead of onchanges
1 parent 42580d7 commit 5c77a33

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

postgres/macros.jinja

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@
2323
{{ state }}-{{ name }}:
2424
{{ state }}.{{ ensure|default('present') }}:
2525
{{- format_kwargs(kwarg) }}
26-
- onchanges:
26+
- watch:
2727
- test: postgres-reload-modules
2828

2929
{%- endmacro %}

0 commit comments

Comments
 (0)