diff --git a/linux-update.yaml b/linux-update.yaml index 047e76e..5050f55 100644 --- a/linux-update.yaml +++ b/linux-update.yaml @@ -5,8 +5,10 @@ - name: Update apt cache ansible.builtin.apt: update_cache: true + become: true - name: Upgrade all packages ansible.builtin.apt: upgrade: dist - autoremove: true \ No newline at end of file + autoremove: true + become: true \ No newline at end of file