From bb1e0bca47e81ce9fb3ed689989b4dc2cb333be6 Mon Sep 17 00:00:00 2001 From: Viktor Ashirov Date: Thu, 25 Nov 2021 21:00:42 +0100 Subject: [PATCH] Add missing dependency for tests Resolves: rhbz#2024693 --- tests/tests.yml | 9 +++++++++ 1 file changed, 9 insertions(+) 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: