[PROUT]
This commit is contained in:
@@ -57,7 +57,7 @@
|
|||||||
|
|
||||||
- name: Update repositories and install packages needed
|
- name: Update repositories and install packages needed
|
||||||
ansible.builtin.apt:
|
ansible.builtin.apt:
|
||||||
name: item
|
name: "{{ item }}"
|
||||||
update_cache: true
|
update_cache: true
|
||||||
loop: "{{ package_repo }}"
|
loop: "{{ package_repo }}"
|
||||||
# delegate_to: localhost
|
# delegate_to: localhost
|
||||||
|
|||||||
Reference in New Issue
Block a user