[add kubespray settings]
This commit is contained in:
@@ -55,10 +55,11 @@
|
||||
loop:
|
||||
- /etc/node_exporter
|
||||
|
||||
- name: Update repositories and install py3-pip package
|
||||
- name: Update repositories and install packages needed
|
||||
ansible.builtin.apt:
|
||||
name: python3-pip
|
||||
name: item
|
||||
update_cache: true
|
||||
loop: "{{ package_repo }}"
|
||||
# delegate_to: localhost
|
||||
|
||||
- name: Install pip package
|
||||
|
||||
Reference in New Issue
Block a user