try to figure out which of the identical named jobs arent working on grobisplitter

This commit is contained in:
Stephen Smoogen 2019-06-01 17:48:43 +00:00
parent 250f95548e
commit 309677ee8a

View file

@ -35,7 +35,7 @@
- selinux
when: ansible_distribution_major_version|int < 30 and ansible_distribution_major_version|int != 8
- name: make sure libselinux-python is installed
- name: make sure python3-libselinux is installed
dnf: name=python3-libselinux state=present
tags:
- basessh