Add missing dependency for tests
Resolves: rhbz#2024693
This commit is contained in:
parent
063d037a0f
commit
bb1e0bca47
@ -26,6 +26,15 @@
|
|||||||
tags: always
|
tags: always
|
||||||
shell: "semanage port -a -t ldap_port_t -p tcp 63600-63999"
|
shell: "semanage port -a -t ldap_port_t -p tcp 63600-63999"
|
||||||
ignore_errors: yes
|
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:
|
roles:
|
||||||
- role: standard-test-basic
|
- role: standard-test-basic
|
||||||
tags:
|
tags:
|
||||||
|
Loading…
Reference in New Issue
Block a user