diff options
author | Toshio Kuratomi <a.badger@gmail.com> | 2016-12-06 02:35:25 -0800 |
---|---|---|
committer | Toshio Kuratomi <a.badger@gmail.com> | 2016-12-06 07:02:56 -0800 |
commit | 6c7d63b15c77126b4d6a8a7668545555578469c5 (patch) | |
tree | cd1586d5342249214c7c565ff21ee51c0c46f051 /cloud/centurylink/clc_alert_policy.py | |
parent | ca3eb7c89082682ff366546577c3db36945bf5ed (diff) | |
download | ansible-modules-extras-6c7d63b15c77126b4d6a8a7668545555578469c5.tar.gz |
Refreshed metadata for extras modules
Diffstat (limited to 'cloud/centurylink/clc_alert_policy.py')
-rw-r--r-- | cloud/centurylink/clc_alert_policy.py | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/cloud/centurylink/clc_alert_policy.py b/cloud/centurylink/clc_alert_policy.py index b8817b66..6e8c4618 100644 --- a/cloud/centurylink/clc_alert_policy.py +++ b/cloud/centurylink/clc_alert_policy.py @@ -19,6 +19,10 @@ # along with Ansible. If not, see <http://www.gnu.org/licenses/> # +ANSIBLE_METADATA = {'status': ['preview'], + 'supported_by': 'community', + 'version': '1.0'} + DOCUMENTATION = ''' module: clc_alert_policy short_description: Create or Delete Alert Policies at CenturyLink Cloud. |