Skip to content

Commit

Permalink
Hide Logging on hostmacro API call (#1344)
Browse files Browse the repository at this point in the history
  • Loading branch information
pyrodie18 authored Jul 14, 2024
1 parent 6eb097e commit 76f9e1b
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 0 deletions.
2 changes: 2 additions & 0 deletions changelogs/fragments/1341.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
minor_changes:
- zabbix_agent Role - Set `no_log` parameter to hostmacro API call.
1 change: 1 addition & 0 deletions roles/zabbix_agent/tasks/api.yml
Original file line number Diff line number Diff line change
Expand Up @@ -57,6 +57,7 @@
register: zabbix_api_hostmarcro_created
until: zabbix_api_hostmarcro_created is succeeded
retries: 10
no_log: "{{ ansible_verbosity < 3 }}"
delegate_to: "{{ zabbix_api_server_host }}"
tags:
- api

0 comments on commit 76f9e1b

Please sign in to comment.