adding tests

- stat doesn't work on remote, need to figure out a workaround
This commit is contained in:
Matthew Stobbs
2025-02-14 22:52:53 -07:00
parent a4ec35e5b3
commit 069c4aa49e
9 changed files with 45 additions and 15 deletions

7
tests/inventory.yml Normal file
View File

@@ -0,0 +1,7 @@
test:
hosts:
localhost:
ansible_ssh_host: 127.0.0.1
ansible_ssh_port: 2222
ansible_ssh_user: ansible
ansible_ssh_extra_args: "-o StrictHostKeyChecking=no"