mirror of
https://github.com/ansible-collections/community.general.git
synced 2026-05-07 13:52:54 +00:00
@@ -299,8 +299,7 @@ def create_maintenance(auth_headers, url, statuspage, host_ids,
|
||||
"statuspage_id": statuspage,
|
||||
"components": component_id,
|
||||
"containers": container_id,
|
||||
"all_infrastructure_affected":
|
||||
str(int(all_infrastructure_affected)),
|
||||
"all_infrastructure_affected": str(int(all_infrastructure_affected)),
|
||||
"automation": str(int(automation)),
|
||||
"maintenance_name": title,
|
||||
"maintenance_details": desc,
|
||||
|
||||
Reference in New Issue
Block a user