summaryrefslogtreecommitdiff
path: root/tests
diff options
context:
space:
mode:
authorMatthew Fennell <matthew@fennell.dev>2026-09-09 20:02:49 +0100
committerMatthew Fennell <matthew@fennell.dev>2026-09-09 20:05:01 +0100
commitfe3fde79082ba5202136023f4209763b924d25ff (patch)
tree2573a1716a8a9dc5ee517cbce2e928de2ca94b25 /tests
parent702c427201c75cd392745b7e17fe4e844c7b5a47 (diff)
Remove unused files from ansible template
These are created automatically by ansible-galaxy init, but likely won't be needed for this small and simple role.
Diffstat (limited to 'tests')
-rw-r--r--tests/inventory3
-rw-r--r--tests/test.yml6
2 files changed, 0 insertions, 9 deletions
diff --git a/tests/inventory b/tests/inventory
deleted file mode 100644
index 03ca42f..0000000
--- a/tests/inventory
+++ /dev/null
@@ -1,3 +0,0 @@
-#SPDX-License-Identifier: MIT-0
-localhost
-
diff --git a/tests/test.yml b/tests/test.yml
deleted file mode 100644
index e5df577..0000000
--- a/tests/test.yml
+++ /dev/null
@@ -1,6 +0,0 @@
-#SPDX-License-Identifier: MIT-0
----
-- hosts: localhost
- remote_user: root
- roles:
- - bootstrap