Use pause instead of wait_for, as wait_for is not working anymore.
This commit is contained in:
10
nas.yaml
10
nas.yaml
@@ -20,9 +20,13 @@
|
||||
community.general.wakeonlan:
|
||||
mac: '00:1E:06:45:4C:45'
|
||||
|
||||
- name: Wait odroid is responding
|
||||
ansible.builtin.wait_for:
|
||||
host: 192.168.178.56
|
||||
- name: Wait for odroid
|
||||
ansible.builtin.pause:
|
||||
minutes: 1
|
||||
|
||||
# - name: Wait odroid is responding
|
||||
# ansible.builtin.wait_for:
|
||||
# host: 192.168.178.56
|
||||
# port: 2049
|
||||
|
||||
- name: Mount odroid storage
|
||||
|
||||
Reference in New Issue
Block a user