From: Thanh Ha Date: Sat, 11 May 2019 02:05:04 +0000 (-0400) Subject: Fix yamllint: variable spaces before and after X-Git-Url: https://gerrit.linuxfoundation.org/infra/gitweb?a=commitdiff_plain;h=refs%2Fchanges%2F20%2F15620%2F1;p=ansible%2Froles%2Fmono-install.git Fix yamllint: variable spaces before and after Signed-off-by: Thanh Ha Change-Id: Ic30c4965f00d6a7f961434d315d57d62b026678c --- diff --git a/tasks/main.yml b/tasks/main.yml index 9a6679b..b11578e 100644 --- a/tasks/main.yml +++ b/tasks/main.yml @@ -1,4 +1,4 @@ --- -- include_tasks: '{{item}}' +- include_tasks: '{{ item }}' with_first_found: - - '{{ansible_os_family}}.yml' + - '{{ ansible_os_family }}.yml'