Browse Source

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

pull/3600/head
Yumo Yang 6 years ago
committed by Antoine Legrand
parent
commit
8371beb915
1 changed files with 1 additions and 1 deletions
  1. 2
      roles/bootstrap-os/tasks/main.yml

2
roles/bootstrap-os/tasks/main.yml

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

Loading…
Cancel
Save