Skip to content

Commit

Permalink
✅ Fix invidious tests on Github
Browse files Browse the repository at this point in the history
  • Loading branch information
anarion80 committed Oct 15, 2024
1 parent fcd947f commit 4ef328c
Showing 1 changed file with 16 additions and 0 deletions.
16 changes: 16 additions & 0 deletions roles/invidious/molecule/default/prepare.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,16 @@
---
- name: Prepare localhost
hosts: localhost
tasks:
- name: Install jmespath
ansible.builtin.pip:
name: jmespath

- name: Prepare instance
hosts: all
tasks:
- name: Install docker python module
ansible.builtin.pip:
name:
- docker
- urllib3<2

0 comments on commit 4ef328c

Please sign in to comment.