Commit 930f2bba authored by Thomas Gambier's avatar Thomas Gambier

playbook: all redhat family needs redhat-lsb-core package (e.g. centos)

parent f4130cb8
Pipeline #24362 failed with stage
in 0 seconds
......@@ -3,4 +3,4 @@
when: ansible_distribution == "Fedora" and ansible_distribution_major_version == "26"
- yum: name=redhat-lsb-core state=present update_cache=yes
when: ansible_distribution == "Fedora"
when: ansible_os_family == "RedHat"
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment