test some stuff
Some checks failed
Infrastructure / Check and run Ansbile playbooks (pull_request) Failing after 2m19s
Some checks failed
Infrastructure / Check and run Ansbile playbooks (pull_request) Failing after 2m19s
This commit is contained in:
13
infra/joplin/0001_docker_playbook.yaml
Normal file
13
infra/joplin/0001_docker_playbook.yaml
Normal 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
|
Reference in New Issue
Block a user