This commit is contained in:
2024-05-14 21:29:07 +02:00
parent 1e3dd258cc
commit aebcd0e8cf

View File

@@ -57,7 +57,7 @@
- name: Update repositories and install packages needed
ansible.builtin.apt:
name: item
name: "{{ item }}"
update_cache: true
loop: "{{ package_repo }}"
# delegate_to: localhost