From aaec8e6b4709b84aa1da61c85992b13059e2dae4 Mon Sep 17 00:00:00 2001 From: Dag Wieers Date: Thu, 28 Feb 2019 00:02:19 +0100 Subject: [PATCH] Fix types --- .../modules/network/aci/aci_fabric_scheduler.py | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/lib/ansible/modules/network/aci/aci_fabric_scheduler.py b/lib/ansible/modules/network/aci/aci_fabric_scheduler.py index e3c6442d3e7..a208a8544e6 100644 --- a/lib/ansible/modules/network/aci/aci_fabric_scheduler.py +++ b/lib/ansible/modules/network/aci/aci_fabric_scheduler.py @@ -154,7 +154,7 @@ error: raw: description: The raw output returned by the APIC REST API (xml or json) returned: parse error - type: string + type: str sample: '' sent: description: The actual/minimal configuration pushed to the APIC @@ -203,17 +203,17 @@ proposed: filter_string: description: The filter string used for the request returned: failure or debug - type: string + type: str sample: ?rsp-prop-include=config-only method: description: The HTTP method used for the request to the APIC returned: failure or debug - type: string + type: str sample: POST response: description: The HTTP response from the APIC returned: failure or debug - type: string + type: str sample: OK (30 bytes) status: description: The HTTP status from the APIC @@ -223,7 +223,7 @@ status: url: description: The HTTP url used for the request to the APIC returned: failure or debug - type: string + type: str sample: https://10.11.12.13/api/mo/uni/tn-production.json '''