up
This commit is contained in:
@@ -101,6 +101,12 @@
|
|||||||
# tags: test2
|
# tags: test2
|
||||||
tasks:
|
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
|
- name: Install bottle python package
|
||||||
ansible.builtin.pip:
|
ansible.builtin.pip:
|
||||||
name: "{{ item }}"
|
name: "{{ item }}"
|
||||||
|
|||||||
Reference in New Issue
Block a user