From b254d9aa2fd67901cff15fdfd154b0360c36e254 Mon Sep 17 00:00:00 2001 From: staffadmin Date: Thu, 29 Aug 2024 13:04:47 +0200 Subject: [PATCH] update --- update.yml | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/update.yml b/update.yml index 7994dfe..2342d39 100644 --- a/update.yml +++ b/update.yml @@ -1,7 +1,7 @@ - hosts: all # vars: # become: true - gather_facts: true + gather_facts: false vars: user: staffadmin username: jingohalert @@ -54,10 +54,11 @@ user: "{{ username }}" password: "{{ password }}" headers: - Title: "update" + Title: "update {{ ansible_play_hosts }}" ta: "file_folder" - body: "{{ ansible_play_hosts }}" + body: "Updated and Upgraded !" status_code: 200 delegate_to: localhost + tags: toto run_once: true