From 8a785700c393da53d51f0f77292012e1c9588380 Mon Sep 17 00:00:00 2001 From: Brian Coca Date: Wed, 25 Mar 2015 23:07:45 -0400 Subject: [PATCH] added version added to new color option --- lib/ansible/modules/extras/notification/slack.py | 1 + 1 file changed, 1 insertion(+) diff --git a/lib/ansible/modules/extras/notification/slack.py b/lib/ansible/modules/extras/notification/slack.py index 2b1459c3d9..fc0e740363 100644 --- a/lib/ansible/modules/extras/notification/slack.py +++ b/lib/ansible/modules/extras/notification/slack.py @@ -90,6 +90,7 @@ options: - 'yes' - 'no' color: + version_added: 2.0 description: - Allow text to use default colors - use the default of 'normal' to not send a custom color bar at the start of the message required: false