Merge "Allow a bypass of operating system"

This commit is contained in:
Zuul 2018-07-19 22:55:56 +00:00 committed by Gerrit Code Review
commit 1a73053ebd
1 changed files with 1 additions and 0 deletions

View File

@ -20,6 +20,7 @@
(ansible_os_family == 'RedHat' and ansible_distribution_major_version == '7') or
(ansible_os_family == 'Suse' and ansible_distribution_major_version == '42')
msg: "The only supported platforms for this release are Ubuntu 16.04 LTS (Xenial), CentOS 7 (WIP) and openSUSE Leap 42.X (WIP)"
when: (check_operating_system | default(True))| bool
tags:
- check-operating-system