Merge pull request #127 from wzzrd/patch-1

Only enable PowerTools on CentOS
pull/139/head
Jeff Geerling 4 years ago committed by GitHub
commit 9090d7d431
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 2
      tasks/setup-RedHat.yml

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

Loading…
Cancel
Save