diff options
| author | jerome <jerome@xlinfo.fr> | 2023-05-05 17:07:48 +0200 |
|---|---|---|
| committer | jerome <jerome@xlinfo.fr> | 2023-05-05 17:07:48 +0200 |
| commit | 10468afe36a0fc534bc889c4bf6aa1f28588f66b (patch) | |
| tree | 3fcff19884285813e341dbfb46e812cc44a84598 /defaults/main.yml | |
| download | helloworld-10468afe36a0fc534bc889c4bf6aa1f28588f66b.tar.gz helloworld-10468afe36a0fc534bc889c4bf6aa1f28588f66b.zip | |
commit initial
Diffstat (limited to 'defaults/main.yml')
| -rw-r--r-- | defaults/main.yml | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/defaults/main.yml b/defaults/main.yml new file mode 100644 index 0000000..c8e4949 --- /dev/null +++ b/defaults/main.yml @@ -0,0 +1,5 @@ +--- +# defaults file for helloworld + +world: "world" + |
