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