Skip to content

Commit

Permalink
Use ansible 2.0 syntax for vars
Browse files Browse the repository at this point in the history
  • Loading branch information
ahelal committed May 14, 2016
1 parent c3f46f0 commit 3d3c35b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tasks/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -37,4 +37,4 @@
regexp: "{{item.regexp}}"
line: "{{item.line}}"
state: present
with_items: hostname_hosts_file
with_items: "{{hostname_hosts_file}}"

0 comments on commit 3d3c35b

Please sign in to comment.