From 9041e48cd9b37e2bb39328ec21088ab48658f0f7 Mon Sep 17 00:00:00 2001 From: jerome Date: Wed, 12 Feb 2025 14:46:02 +0100 Subject: correction --- playbooks/lamp/tests/inventory | 2 ++ playbooks/lamp/tests/test.yml | 5 +++++ 2 files changed, 7 insertions(+) create mode 100644 playbooks/lamp/tests/inventory create mode 100644 playbooks/lamp/tests/test.yml (limited to 'playbooks/lamp/tests') diff --git a/playbooks/lamp/tests/inventory b/playbooks/lamp/tests/inventory new file mode 100644 index 0000000..878877b --- /dev/null +++ b/playbooks/lamp/tests/inventory @@ -0,0 +1,2 @@ +localhost + diff --git a/playbooks/lamp/tests/test.yml b/playbooks/lamp/tests/test.yml new file mode 100644 index 0000000..10107f3 --- /dev/null +++ b/playbooks/lamp/tests/test.yml @@ -0,0 +1,5 @@ +--- +- hosts: localhost + remote_user: root + roles: + - lamp \ No newline at end of file -- cgit v1.2.3