Skip to content

Commit

Permalink
Fix galaxy errors ( E206:
Browse files Browse the repository at this point in the history
Variables should have spaces after {{ and before }}
  • Loading branch information
brucellino committed Dec 2, 2018
1 parent b6d8748 commit 8461c17
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tasks/main.yml
Expand Up @@ -8,7 +8,7 @@
when: (release is not defined) or (release_url[release] is not defined)

- name: Include OS-specific tasks
include_tasks: "{{ ansible_os_family| lower}}.yml"
include_tasks: "{{ ansible_os_family| lower }}.yml"

- name: Download verification repository files
get_url:
Expand Down

0 comments on commit 8461c17

Please sign in to comment.