Suppress output logging for postgres telegraf role provisioning

This commit is contained in:
Mike Reeves
2026-05-14 15:56:04 -04:00
parent 6f273d7d97
commit b7a13899f7
+1
View File
@@ -118,6 +118,7 @@ postgres_telegraf_role_{{ u }}:
GRANT CONNECT ON DATABASE so_telegraf TO "{{ u }}";
GRANT so_telegraf TO "{{ u }}";
EOSQL
- hide_output: True
- require:
- cmd: postgres_telegraf_group_role