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
+1 -1
View File
@@ -16,5 +16,5 @@
changed_when: false
when:
- ansible_os_family == 'RedHat'
- ansible_distribution == 'CentOS'
- ansible_distribution_major_version | int >= 8