diff --git a/roles/invidious/molecule/default/prepare.yml b/roles/invidious/molecule/default/prepare.yml new file mode 100644 index 000000000..9e82dc12a --- /dev/null +++ b/roles/invidious/molecule/default/prepare.yml @@ -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