Skip to content

Commit

Permalink
fix: fix lint errors
Browse files Browse the repository at this point in the history
  • Loading branch information
franklinkim committed May 13, 2019
1 parent f5891e2 commit f2983cd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tasks/manage_sites.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
file:
dest: "/var/www/{{ item.id }}/htdocs"
state: directory
when: item.add_webroot is defined and item.add_webroot == true
when: item.add_webroot is defined and item.add_webroot
with_items: "{{ apache2_sites }}"

- name: Creating sites
Expand Down

0 comments on commit f2983cd

Please sign in to comment.