Add attributes to consul, datadog, jenkins, pagerduty, rundeck, and sensu modules (#5957)

* Add attributes to consul, datadog, jenkins, pagerduty, rundeck, and sensu modules.

* Fix error.
This commit is contained in:
Felix Fontein 2023-02-24 09:23:56 +01:00 committed by GitHub
commit 1f1ae558f9
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
23 changed files with 174 additions and 14 deletions

View file

@ -17,6 +17,11 @@ description:
- This module runs a Rundeck job specified by ID.
author: "Phillipe Smith (@phsmith)"
version_added: 3.8.0
attributes:
check_mode:
support: none
diff_mode:
support: none
options:
job_id:
type: str
@ -68,7 +73,8 @@ options:
default: false
extends_documentation_fragment:
- community.general.rundeck
- url
- ansible.builtin.url
- community.general.attributes
'''
EXAMPLES = '''