From fe708d35b604b0fbba68bb71c7b456c5c6c8d60e Mon Sep 17 00:00:00 2001 From: Marc McKinley Date: Wed, 12 May 2021 17:42:07 +0100 Subject: Update and rename nix.json to nix_example.json --- site-modules/adhoc/tasks/nix_example.json | 4 ++++ 1 file changed, 4 insertions(+) create mode 100644 site-modules/adhoc/tasks/nix_example.json (limited to 'site-modules/adhoc/tasks/nix_example.json') diff --git a/site-modules/adhoc/tasks/nix_example.json b/site-modules/adhoc/tasks/nix_example.json new file mode 100644 index 0000000..8c5ed75 --- /dev/null +++ b/site-modules/adhoc/tasks/nix_example.json @@ -0,0 +1,4 @@ +{ + "description": "This is the description for the nix_example task", + "input_method": "environment" + } -- cgit v1.2.3 From e781ffc0015422365674411a1309a2e05d5f460d Mon Sep 17 00:00:00 2001 From: Marc McKinley Date: Wed, 19 May 2021 10:03:58 +0100 Subject: Indentation for JSON 4 spaces, closing brace at same level as opening brace Co-authored-by: Reid Vandewiele --- site-modules/adhoc/tasks/nix_example.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'site-modules/adhoc/tasks/nix_example.json') diff --git a/site-modules/adhoc/tasks/nix_example.json b/site-modules/adhoc/tasks/nix_example.json index 8c5ed75..2c4d5c7 100644 --- a/site-modules/adhoc/tasks/nix_example.json +++ b/site-modules/adhoc/tasks/nix_example.json @@ -1,4 +1,4 @@ { - "description": "This is the description for the nix_example task", - "input_method": "environment" - } + "description": "This is the description for the nix_example task", + "input_method": "environment" +} -- cgit v1.2.3