Skip to content

Commit

Permalink
Add RHEL 7.6 support, waiting for official doc update
Browse files Browse the repository at this point in the history
  • Loading branch information
blues-man committed Nov 9, 2018
1 parent 601434d commit 11d1114
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions playbooks/roles/check_os/tasks/main.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
- assert:
that:
- (ansible_distribution == 'RedHat' and ansible_distribution_version == '7.4') or
(ansible_distribution == 'RedHat' and ansible_distribution_version == '7.5')
msg: "The only supported platforms for this release are RHEL 7.4 or RHEL 7.5"
(ansible_distribution == 'RedHat' and ansible_distribution_version == '7.5') or
(ansible_distribution == 'RedHat' and ansible_distribution_version == '7.6')
msg: "The only supported platforms for this release are RHEL 7.4 or RHEL 7.5 or RHEL 7.6"

0 comments on commit 11d1114

Please sign in to comment.