Fix var reference
Some checks failed
continuous-integration/drone/push Build is failing

This commit is contained in:
2022-06-25 08:49:53 +02:00
parent 0df98d4341
commit 9739c51100
2 changed files with 3 additions and 1 deletions

View File

@ -4,11 +4,13 @@
state: latest
update_cache: yes
loop: "{{ packages }}"
- name: Upgrade all packages
ansible.builtin.apt:
name: "*"
state: latest
update_cache: yes
- name: Cleanup
ansible.builtin.apt:
autoremove: yes