mirror of
https://github.com/ansible-collections/community.general.git
synced 2026-05-07 05:42:50 +00:00
Updated tags example to an actual datadog tag
This commit is contained in:
committed by
Matt Clay
parent
89e13e2ae8
commit
5742c4ae26
@@ -71,7 +71,7 @@ datadog_event: title="Testing from ansible" text="Test!" priority="low"
|
||||
# Post an event with several tags
|
||||
datadog_event: title="Testing from ansible" text="Test!"
|
||||
api_key="6873258723457823548234234234"
|
||||
tags=aa,bb,cc
|
||||
tags=aa,bb,#host:{{ inventory_hostname }}
|
||||
'''
|
||||
|
||||
import socket
|
||||
|
||||
Reference in New Issue
Block a user