Merge "ensure-bazel: update include to include_tasks"

This commit is contained in:
Zuul 2020-05-26 12:51:48 +00:00 committed by Gerrit Code Review
commit bcbd9f251a

View File

@ -25,7 +25,7 @@
msg: "OS family is {{ ansible_os_family }}"
- name: Install bazel and platform-specific dependencies
include: "{{ zj_distro_os }}"
include_tasks: "{{ zj_distro_os }}"
with_first_found:
- "{{ ansible_distribution }}.yaml"
- "{{ ansible_os_family }}.yaml"