testing
This commit is contained in:
parent
3507b068b9
commit
18bbc9e32b
|
@ -10,6 +10,12 @@
|
|||
host: "{{ inventory_hostname }}"
|
||||
port: 22
|
||||
timeout: 300
|
||||
- name: Wut
|
||||
ansible.builtin.shell: |
|
||||
ping -c 5 {{ inventory_hostname }}
|
||||
args:
|
||||
executable: /bin/bash
|
||||
delegate_to: localhost
|
||||
- name: Test some stuff
|
||||
ansible.builtin.shell: |
|
||||
touch ~/hmm
|
||||
|
|
Loading…
Reference in New Issue