From 10468afe36a0fc534bc889c4bf6aa1f28588f66b Mon Sep 17 00:00:00 2001 From: jerome Date: Fri, 5 May 2023 17:07:48 +0200 Subject: commit initial --- tests/inventory | 2 ++ tests/test.yml | 5 +++++ 2 files changed, 7 insertions(+) create mode 100644 tests/inventory create mode 100644 tests/test.yml (limited to 'tests') diff --git a/tests/inventory b/tests/inventory new file mode 100644 index 0000000..49d4fe2 --- /dev/null +++ b/tests/inventory @@ -0,0 +1,2 @@ +localhost ansible_connection=local + 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 -- cgit v1.2.3