You've already forked community.general
mirror of
https://github.com/ansible-collections/community.general.git
synced 2025-07-30 18:43:09 +03:00
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:
@ -17,6 +17,13 @@ description:
|
||||
requirements:
|
||||
- "python-jenkins >= 0.4.12"
|
||||
author: "Sergio Millan Rodriguez (@sermilrod)"
|
||||
extends_documentation_fragment:
|
||||
- community.general.attributes
|
||||
attributes:
|
||||
check_mode:
|
||||
support: full
|
||||
diff_mode:
|
||||
support: full
|
||||
options:
|
||||
config:
|
||||
type: str
|
||||
|
Reference in New Issue
Block a user