diff --git a/apt2-update.yml b/apt2-update.yml index d1696f9..13030b6 100644 --- a/apt2-update.yml +++ b/apt2-update.yml @@ -1,10 +1,12 @@ --- + - hosts: all - + vars: + ansible_host_key_checking: false ##If you get an error about hosts not trusted become: true tasks: - - name: APT Package Updater + - name: Update and upgrade apt packages apt: - upgrade: yes update_cache: yes + upgrade: yes