Skip to content

Commit

Permalink
Fix conditional in role docker-ce.
Browse files Browse the repository at this point in the history
Thanks to Maiken Pedersen for reporting this issue!
  • Loading branch information
riccardomurri committed Apr 16, 2020
1 parent 932da3a commit e07cf24
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
- name: 'Fail if base OS not supported'
fail:
msg: 'Docker CE installation only supported on RHEL/CentOS 7.x or later'
when: 'not is_rhel7_or_later'
when: 'not is_rhel7_or_later_compatible'


- name: 'Uninstall old versions'
Expand Down

0 comments on commit e07cf24

Please sign in to comment.