rundeck_project: set ansible_metadata status to preview

pull/21097/merge
Rene Moser 7 years ago committed by Brian Coca
parent bb234b9206
commit e9dfbdf7a2

@ -21,7 +21,7 @@
# along with Ansible. If not, see <http://www.gnu.org/licenses/>.
ANSIBLE_METADATA = {'metadata_version': '1.0',
'status': ['stableinterface'],
'status': ['preview'],
'supported_by': 'community'}
DOCUMENTATION = '''
@ -56,9 +56,8 @@ options:
description:
- Sets the token to authenticate against Rundeck API.
required: True
'''
EXAMPLES = '''
- name: Create a rundeck project
rundeck_project:
@ -188,5 +187,6 @@ def main():
elif module.params['state'] == 'absent':
rundeck.remove_project()
if __name__ == '__main__':
main()

Loading…
Cancel
Save