commit 21be5f18f5c28834b012d53904709a86c319f390 Author: mojoaar Date: Thu Jul 17 04:53:49 2025 +0000 hello_world.yml Added test file diff --git a/hello_world.yml b/hello_world.yml new file mode 100644 index 0000000..cb758ed --- /dev/null +++ b/hello_world.yml @@ -0,0 +1,6 @@ +- name: Hello World Sample + hosts: all + tasks: + - name: Hello Message + debug: + msg: "Hello World!" \ No newline at end of file