From 527b22d6d3bc439912e17da2b3ca362cb7f36e7f Mon Sep 17 00:00:00 2001 From: dcore94 Date: Fri, 2 Oct 2020 14:58:22 +0200 Subject: [PATCH] added info to PYExec tasks --- resources/tasks/pytasks.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/resources/tasks/pytasks.json b/resources/tasks/pytasks.json index 92f0d4e..e8990ff 100644 --- a/resources/tasks/pytasks.json +++ b/resources/tasks/pytasks.json @@ -8,7 +8,7 @@ }, { "name" : "pyexec", - "description" : "Execute PyExec operations. Currently allowed operations: Nop, Identity, Http, Eval", + "description" : "Execute PyExec operations. Currently allowed operations: Nop, Identity, Http, Eval, Shell, Sequence, Ansible, File", "inputKeys" : ["operation"], "outputKeys" : ["output"], "ownerEmail" : "marco.lettere@nubisware.com"