mirror of
https://github.com/ansible-collections/community.general.git
synced 2025-10-01 05:53:26 -07:00
Add downtime module (#1437)
* Add downtime module * review + tests * importorskip + review * py36 * make py3.6+ dep explicit
This commit is contained in:
parent
496be77a2b
commit
19a5975181
4 changed files with 536 additions and 0 deletions
|
@ -21,3 +21,6 @@ openshift ; python_version >= '2.7'
|
|||
# requirement for maven_artifact module
|
||||
lxml
|
||||
semantic_version
|
||||
|
||||
# requirement for datadog_downtime module
|
||||
datadog-api-client >= 1.0.0b3 ; python_version >= '3.6'
|
Loading…
Add table
Add a link
Reference in a new issue