From 88d00381099613e38a589fcbd0782301759cfbc9 Mon Sep 17 00:00:00 2001 From: MIchael Haehnel Date: Thu, 4 Apr 2024 16:03:50 +0200 Subject: [PATCH] FIX wait_for harbor restart --- patchday.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/patchday.yml b/patchday.yml index 5e06c4d..0379ffa 100644 --- a/patchday.yml +++ b/patchday.yml @@ -100,6 +100,7 @@ search_regex: OpenSSH - name: "Wait period for harbor restart" + become: false ansible.builtin.wait_for: timeout: 60 delegate_to: localhost