up
This commit is contained in:
@@ -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 }}"
|
||||
|
||||
Reference in New Issue
Block a user