Skip to content
This repository has been archived by the owner on Aug 13, 2024. It is now read-only.

Commit

Permalink
Remove whitespace to fix ansible-lint issue (#117)
Browse files Browse the repository at this point in the history
  • Loading branch information
pmackay authored and jdauphant committed Jun 2, 2016
1 parent 2f59ebe commit ef7dac6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tasks/remove-unwanted.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
---
- name: Remove unwanted sites
file: path={{nginx_conf_dir}}/{{ item[0] }}/{{ item[1] }}.conf state=absent
with_nested:
with_nested:
- [ 'sites-enabled', 'sites-available']
- "{{ nginx_remove_sites }}"
notify:
Expand Down

0 comments on commit ef7dac6

Please sign in to comment.