Add `node` json example.

This commit is contained in:
Kazuhiro MUSASHI 2022-07-03 21:44:56 +09:00
parent c638d97a55
commit 7beddd8b59
1 changed files with 5 additions and 0 deletions

5
nodes/example.json Normal file
View File

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