Only run CentOS tasks when on that distribution

Closes #110
This commit is contained in:
Marcel Müller 2020-05-20 09:06:51 +00:00 committed by GitHub
parent 09c8986636
commit 765220ff4c
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -18,3 +18,4 @@
when:
- ansible_os_family == 'RedHat'
- ansible_distribution_major_version | int >= 8
- ansible_distribution == "CentOS"