From fe708d35b604b0fbba68bb71c7b456c5c6c8d60e Mon Sep 17 00:00:00 2001 From: Marc McKinley Date: Wed, 12 May 2021 17:42:07 +0100 Subject: [PATCH] Update and rename nix.json to nix_example.json --- site-modules/adhoc/tasks/nix.json | 4 ---- site-modules/adhoc/tasks/nix_example.json | 4 ++++ 2 files changed, 4 insertions(+), 4 deletions(-) delete mode 100644 site-modules/adhoc/tasks/nix.json create mode 100644 site-modules/adhoc/tasks/nix_example.json diff --git a/site-modules/adhoc/tasks/nix.json b/site-modules/adhoc/tasks/nix.json deleted file mode 100644 index 73b7252..0000000 --- a/site-modules/adhoc/tasks/nix.json +++ /dev/null @@ -1,4 +0,0 @@ -{ - "description": "This is the description for the nix task", - "input_method": "environment" - } 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" + }