diff options
author | mail_redacted_for_web | 2021-05-12 17:17:38 +0100 |
---|---|---|
committer | mail_redacted_for_web | 2021-05-12 17:17:38 +0100 |
commit | c4ca5e9b46acd6cd2b8e89a0a2f5555e5249c9d1 (patch) | |
tree | dbf0117ba0eb4edd1d56d0fe6f817236c8092f3f | |
parent | 061ca3be10e05e39810afd350737b0acaf90014d (diff) | |
download | control-repo-template-c4ca5e9b46acd6cd2b8e89a0a2f5555e5249c9d1.tar.bz2 |
Create win.json
-rw-r--r-- | site-modules/adhoc/tasks/win.json | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/site-modules/adhoc/tasks/win.json b/site-modules/adhoc/tasks/win.json new file mode 100644 index 0000000..b2ffa6b --- /dev/null +++ b/site-modules/adhoc/tasks/win.json @@ -0,0 +1,4 @@ +{ + "description": "This is the description for the win task", + "input_method": "environment" + } |