fix: use Ansible FQCN

This commit is contained in:
Christoph Schug 2024-07-12 12:35:43 +02:00
parent 72029f2848
commit c6a24793f6

View File

@ -23,7 +23,7 @@ tasks:
tasks:
- name: upgrade apt packages
become: true
apt:
ansible.builtin.apt:
upgrade: yes
update_cache: yes
# <--