Skip to content

Commit 48ffbd1

Browse files
Added meta description
Signed-off-by: shrish <[email protected]>
1 parent bc75af5 commit 48ffbd1

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

roles/alertmanager/meta/argument_specs.yml

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -56,6 +56,9 @@ argument_specs:
5656
alertmanager_http_config:
5757
description: "Http config for using custom webhooks"
5858
type: "dict"
59+
alertmanager_web_config:
60+
description: "Alertmanager web config for configuring TLS and auth"
61+
type: "dict"
5962
alertmanager_slack_api_url:
6063
description: "Slack webhook url"
6164
alertmanager_pagerduty_url:
@@ -107,7 +110,7 @@ argument_specs:
107110
description: 'Extended output, use C("") for simple output.'
108111
default: "extended"
109112
alertmanager_local_cache_path:
110-
description: 'Local path to stash the archive and its extraction'
113+
description: "Local path to stash the archive and its extraction"
111114
default: "/tmp/alertmanager-{{ ansible_facts['system'] | lower }}-{{ _alertmanager_go_ansible_arch }}/{{ alertmanager_version }}"
112115
alertmanager_system_user:
113116
description:

0 commit comments

Comments
 (0)