This commit is contained in:
2024-04-01 18:26:35 +02:00
parent bc374aeddf
commit e928cb73da

View File

@@ -103,7 +103,10 @@
- name: Install bottle python package - name: Install bottle python package
ansible.builtin.pip: ansible.builtin.pip:
name: netaddr name: "{{ item }}"
loop:
- setuptools
- netaddr
delegate_to: localhost delegate_to: localhost
- name: Tcheck ssh conf for phone connection - name: Tcheck ssh conf for phone connection