From 56d3a7c06f26befe8e145a99c4594864cb267416 Mon Sep 17 00:00:00 2001 From: Joachim Hummel Date: Wed, 25 Oct 2023 15:52:10 +0000 Subject: [PATCH] Edit Files --- apt-update.yml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/apt-update.yml b/apt-update.yml index ed877de..bf21960 100644 --- a/apt-update.yml +++ b/apt-update.yml @@ -1,4 +1,7 @@ - hosts: all + sudo: yes + vars: + ansible_host_key_checking: false ##If you get an error about hosts not trusted become: true become_user: root tasks: