Merge pull request #101 from kinners00/adhoc-content

add tasks and plans directories
This commit is contained in:
Reid Vandewiele 2021-06-11 09:04:42 -07:00 committed by GitHub
commit 9302714509
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
5 changed files with 21 additions and 0 deletions

View File

@ -0,0 +1,9 @@
# This is a description for my plan
plan adhoc::myplan(
# input parameters go here
TargetSpec $targets,
) {
# plan steps go here
}

View File

@ -0,0 +1,4 @@
{
"description": "This is the description for the nix_example task",
"input_method": "environment"
}

View File

@ -0,0 +1,3 @@
#!/bin/bash
# task content goes here

View File

@ -0,0 +1,4 @@
{
"description": "This is the description for the win_example task",
"input_method": "powershell"
}

View File

@ -0,0 +1 @@
# task content goes here