diff options
author | Michael DeHaan <michael.dehaan@gmail.com> | 2014-08-08 19:38:59 +0200 |
---|---|---|
committer | Michael DeHaan <michael.dehaan@gmail.com> | 2014-08-08 19:38:59 +0200 |
commit | 9331c99a67adedaccfb823ac9df405592b145b17 (patch) | |
tree | cea72b66693e8633d2367641c51b45b175b26177 | |
parent | Merge pull request #6301 from gitterHQ/devel (diff) | |
download | ansible-9331c99a67adedaccfb823ac9df405592b145b17.tar.xz ansible-9331c99a67adedaccfb823ac9df405592b145b17.zip |
update version added info
-rw-r--r-- | library/monitoring/pagerduty | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/library/monitoring/pagerduty b/library/monitoring/pagerduty index 70b310c1a2..5ca33717dc 100644 --- a/library/monitoring/pagerduty +++ b/library/monitoring/pagerduty @@ -47,7 +47,7 @@ options: default: null choices: [] aliases: [] - version_added: '1.6' + version_added: '1.8' requester_id: description: - ID of user making the request. Only needed when using a token and creating a maintenance_window. @@ -55,7 +55,7 @@ options: default: null choices: [] aliases: [] - version_added: '1.6' + version_added: '1.8' service: description: - PagerDuty service ID. @@ -77,7 +77,7 @@ options: default: 0 choices: [] aliases: [] - version_added: '1.6' + version_added: '1.8' desc: description: - Short description of maintenance window. |