From f74c2cec406d9207916d951d2996983b37577a40 Mon Sep 17 00:00:00 2001 From: Christian Steinle Date: Thu, 26 Jun 2025 06:47:13 +0000 Subject: [PATCH] Wait for odroid with port 2049 does not work anymore. --- nas.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/nas.yaml b/nas.yaml index fd6554f..f9df36f 100644 --- a/nas.yaml +++ b/nas.yaml @@ -23,7 +23,7 @@ - name: Wait odroid is responding ansible.builtin.wait_for: host: 192.168.178.56 - port: 2049 + # port: 2049 - name: Mount odroid storage ansible.posix.mount: