diff --git a/README.rst b/README.rst index 4f02876..93c2f32 100644 --- a/README.rst +++ b/README.rst @@ -46,7 +46,8 @@ Installation { "search_opts": { "host": "compute-hostanme" - } + }, + "on_shared_storage": false } #. Trigger the action via: diff --git a/input.json b/input.json index 548c8fe..7cf86dc 100644 --- a/input.json +++ b/input.json @@ -1,4 +1,6 @@ { - "search_opts": {"host": "compute1"}, + "search_opts": { + "host": "compute1" + }, "on_shared_storage": false }