Move ansible docker module python requirements to docker tasks
This commit is contained in:
parent
e6b6154043
commit
578f699cb7
3 changed files with 8 additions and 16 deletions
|
|
@ -34,14 +34,6 @@
|
|||
# group: root
|
||||
# mode: 0600
|
||||
|
||||
- name: Install python requirements
|
||||
ansible.builtin.package:
|
||||
name: "{{ item }}"
|
||||
state: present
|
||||
loop:
|
||||
- python3-yaml # for docker compose_v2
|
||||
- python3-requests # for docker network
|
||||
|
||||
- name: Start the compose stack
|
||||
community.docker.docker_compose_v2:
|
||||
project_name: arr
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue