From 8c2aad158e085d692699e48fb1c755caddd57e35 Mon Sep 17 00:00:00 2001 From: staffadmin Date: Tue, 27 Aug 2024 23:59:30 +0200 Subject: [PATCH] [correct] --- update.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/update.yml b/update.yml index 69373cc..2a4a320 100644 --- a/update.yml +++ b/update.yml @@ -44,8 +44,8 @@ - reboot: when: - - reboot_needed.stdout == "reboot_needed" - inventory_hostname != 'scaleway' + - reboot_needed.stdout == "reboot_needed" become: true - uri: @@ -55,7 +55,7 @@ password: "{{ password }}" headers: Title: "update" - ta: "gear" + ta: "file_folder" body: "{{ ansible_play_hosts }}" status_code: 200 delegate_to: localhost