This commit is contained in:
2024-04-01 18:29:25 +02:00
parent e928cb73da
commit bc94fb2549

View File

@@ -101,6 +101,12 @@
# tags: test2
tasks:
- name: Update repositories and install foo package
community.general.apk:
name: py3-pip
update_cache: true
delegate_to: localhost
- name: Install bottle python package
ansible.builtin.pip:
name: "{{ item }}"