diff --git a/update-621.yml b/update-621.yml index 611173e..af1cef2 100644 --- a/update-621.yml +++ b/update-621.yml @@ -1,3 +1,6 @@ -- name: Upgrade the OS (apt-get dist-upgrade) - ansible.builtin.apt: - upgrade: dist \ No newline at end of file +- hosts: all + become: yes + tasks: + - name: Upgrade the OS (apt-get dist-upgrade) + ansible.builtin.apt: + upgrade: dist \ No newline at end of file