test some stuff
Some checks failed
Infrastructure / Check and run Ansbile playbooks (pull_request) Failing after 2m19s

This commit is contained in:
2023-09-04 22:14:10 +01:00
parent 7d169f3459
commit 228052548c
2 changed files with 20 additions and 2 deletions

View File

@@ -0,0 +1,13 @@
- name: Setup Docker
hosts: proxmox:kovalhome:managed:joplin
tasks:
- name: Wait for connection
ansible.builtin.wait_for:
timeout: 300
- name: Test some stuff
ansible.builtin.shell: |
touch ~/hmm
echo test > ~/test
echo test2 >> ~/test
args:
executable: /bin/bash