This commit is contained in:
2024-09-05 13:15:33 +02:00
parent 4bdc5333e3
commit 4aff4a5006
3 changed files with 10 additions and 6 deletions

View File

@@ -4,8 +4,7 @@
gather_facts: true
pre_tasks:
- name: Install bottle python package
ansible.builtin.pip:
- ansible.builtin.pip:
name: netaddr
delegate_to: localhost