fix bootstrap os_family error in multi-plantform (#3594)

pull/3600/head
Yumo Yang 2018-10-29 16:37:30 +08:00 committed by Antoine Legrand
parent b39b32a48c
commit 8371beb915
1 changed files with 1 additions and 1 deletions

View File

@ -20,7 +20,7 @@
centos
{%- elif 'OpenSUSE' in os_release.stdout -%}
opensuse
{% endif %}
{%- endif -%}
- include_tasks: bootstrap-ubuntu.yml
when: os_family == "ubuntu"