mirror of
https://github.com/ChristianLempa/boilerplates.git
synced 2024-11-22 08:13:18 +01:00
fix: use Ansible FQCN
This commit is contained in:
parent
72029f2848
commit
c6a24793f6
@ -23,7 +23,7 @@ tasks:
|
||||
tasks:
|
||||
- name: upgrade apt packages
|
||||
become: true
|
||||
apt:
|
||||
ansible.builtin.apt:
|
||||
upgrade: yes
|
||||
update_cache: yes
|
||||
# <--
|
||||
|
Loading…
Reference in New Issue
Block a user