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: