Fix yamllint: variable spaces before and after 20/15620/1
authorThanh Ha <zxiiro@gmail.com>
Sat, 11 May 2019 02:05:04 +0000 (22:05 -0400)
committerThanh Ha <zxiiro@gmail.com>
Sat, 11 May 2019 02:05:19 +0000 (22:05 -0400)
Signed-off-by: Thanh Ha <zxiiro@gmail.com>
Change-Id: Ic30c4965f00d6a7f961434d315d57d62b026678c

tasks/main.yml

index 9a6679b..b11578e 100644 (file)
@@ -1,4 +1,4 @@
 ---
-- include_tasks: '{{item}}'
+- include_tasks: '{{ item }}'
   with_first_found:
-    - '{{ansible_os_family}}.yml'
+    - '{{ ansible_os_family }}.yml'