Merge pull request #127 from wzzrd/patch-1

Only enable PowerTools on CentOS
This commit is contained in:
Jeff Geerling 2020-12-27 00:05:59 -06:00 committed by GitHub
commit 9090d7d431
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -16,5 +16,5 @@
changed_when: false
when:
- ansible_os_family == 'RedHat'
- ansible_distribution == 'CentOS'
- ansible_distribution_major_version | int >= 8