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 /tests/test.yml | |
| download | helloworld-10468afe36a0fc534bc889c4bf6aa1f28588f66b.tar.gz helloworld-10468afe36a0fc534bc889c4bf6aa1f28588f66b.zip | |
commit initial
Diffstat (limited to 'tests/test.yml')
| -rw-r--r-- | tests/test.yml | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/tests/test.yml b/tests/test.yml new file mode 100644 index 0000000..d9b0e9f --- /dev/null +++ b/tests/test.yml @@ -0,0 +1,5 @@ +--- +- hosts: localhost + remote_user: root + roles: + - helloworld |
