diff --git a/tests/tests.yml b/tests/tests.yml index e88e6ee..a424676 100644 --- a/tests/tests.yml +++ b/tests/tests.yml @@ -26,6 +26,15 @@ tags: always shell: "semanage port -a -t ldap_port_t -p tcp 63600-63999" ignore_errors: yes + - name: Install pip + action: > + {{ ansible_pkg_mgr }} name=python3-pip state=present + tags: always + ignore_errors: yes + - name: Install slugify + tags: always + shell: "pip3 install slugify" + ignore_errors: yes roles: - role: standard-test-basic tags: