From 7a2efe24e01f74fca33a16cb1e1d360affc44a41 Mon Sep 17 00:00:00 2001 From: Marc McKinley Date: Wed, 12 May 2021 17:42:29 +0100 Subject: Rename win.json to win_example.json --- site-modules/adhoc/tasks/win_example.json | 4 ++++ 1 file changed, 4 insertions(+) create mode 100644 site-modules/adhoc/tasks/win_example.json (limited to 'site-modules/adhoc/tasks/win_example.json') diff --git a/site-modules/adhoc/tasks/win_example.json b/site-modules/adhoc/tasks/win_example.json new file mode 100644 index 0000000..11415ce --- /dev/null +++ b/site-modules/adhoc/tasks/win_example.json @@ -0,0 +1,4 @@ +{ + "description": "This is the description for the win task", + "input_method": "powershell" + } -- cgit v1.2.3 From 01a2757a2c2b6b8876a5e010eb2159fd0349845f Mon Sep 17 00:00:00 2001 From: Marc McKinley Date: Wed, 12 May 2021 17:43:05 +0100 Subject: Update win_example.json --- site-modules/adhoc/tasks/win_example.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'site-modules/adhoc/tasks/win_example.json') diff --git a/site-modules/adhoc/tasks/win_example.json b/site-modules/adhoc/tasks/win_example.json index 11415ce..cfac998 100644 --- a/site-modules/adhoc/tasks/win_example.json +++ b/site-modules/adhoc/tasks/win_example.json @@ -1,4 +1,4 @@ { - "description": "This is the description for the win task", + "description": "This is the description for the win_example task", "input_method": "powershell" } -- cgit v1.2.3 From 6246354f477473d8480d67ce25e9c5b9234f0852 Mon Sep 17 00:00:00 2001 From: Marc McKinley Date: Wed, 19 May 2021 10:04:45 +0100 Subject: Indentation for JSON 4 spaces, closing brace at same level as opening brace Co-authored-by: Reid Vandewiele --- site-modules/adhoc/tasks/win_example.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'site-modules/adhoc/tasks/win_example.json') diff --git a/site-modules/adhoc/tasks/win_example.json b/site-modules/adhoc/tasks/win_example.json index cfac998..42dccda 100644 --- a/site-modules/adhoc/tasks/win_example.json +++ b/site-modules/adhoc/tasks/win_example.json @@ -1,4 +1,4 @@ { - "description": "This is the description for the win_example task", - "input_method": "powershell" - } + "description": "This is the description for the win_example task", + "input_method": "powershell" +} -- cgit v1.2.3