Merge pull request 'node jsonファイルのサンプルを追加' (#10) from add-example-of-node-json into master

Reviewed-on: #10
This commit is contained in:
Kazuhiro MUSASHI 2022-07-03 12:47:13 +00:00
commit 8193d651a8
2 changed files with 6 additions and 1 deletions

2
.gitignore vendored
View File

@ -1,4 +1,4 @@
vendor
*.swp
.bundle/
nodes/
nodes/1*.json

5
nodes/example.json Normal file
View File

@ -0,0 +1,5 @@
{
"recipes": [
"./roles/base.rb"
]
}