From 2df69f9fc6a46476c8600c31ef1905e9ed8035fb Mon Sep 17 00:00:00 2001 From: Lukasz Rajewski Date: Tue, 16 Apr 2019 11:20:38 +0200 Subject: Fixed issue with FileParameters support Generic_AnsibleDG has missing support for FileParameters payload parameter. It is added with this fix. Change-Id: I71570c87a6a24934f4f975afd5f36eebced4d3e8 Issue-ID: APPC-1574 Signed-off-by: Lukasz Rajewski --- .../src/main/resources/json/APPC/APPC_Generic_AnsibleDG.json | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/appc-directed-graph/appc-dgraph/provider/src/main/resources/json/APPC/APPC_Generic_AnsibleDG.json b/appc-directed-graph/appc-dgraph/provider/src/main/resources/json/APPC/APPC_Generic_AnsibleDG.json index b3069cdb7..e8bd2b584 100644 --- a/appc-directed-graph/appc-dgraph/provider/src/main/resources/json/APPC/APPC_Generic_AnsibleDG.json +++ b/appc-directed-graph/appc-dgraph/provider/src/main/resources/json/APPC/APPC_Generic_AnsibleDG.json @@ -146,7 +146,7 @@ "id": "92d97097.efde08", "type": "execute", "name": "execute Convert payload to DG Context ", - "xml": "\n\n\n\n", + "xml": "\n\n\n\n", "comments": "", "outputs": 1, "x": 612.6145477294922, @@ -163,7 +163,7 @@ "id": "b26ef86f.518fa8", "type": "set", "name": "set Payload params ", - "xml": "\n\n\n\n\n \n \n \n \n\n\n\n", + "xml": "\n\n\n\n\n \n \n \n \n \n\n\n\n", "comments": "", "x": 463.9220733642578, "y": 592.0113525390625, @@ -329,7 +329,7 @@ "id": "833c47f4.4e765", "type": "set", "name": "set Payload params ", - "xml": "\n\n\n\n\n\n\n\n\n", + "xml": "\n\n\n\n\n\n\n\n\n\n", "comments": "", "x": 612.4444732666016, "y": 189.22222900390625, @@ -488,4 +488,4 @@ "z": "23466936.d3b346", "wires": [] } -] +] \ No newline at end of file -- cgit 1.2.3-korg