Skip to content

Commit

Permalink
docroot is not always set.
Browse files Browse the repository at this point in the history
  • Loading branch information
robertdebock committed Feb 27, 2021
1 parent 48f7d09 commit 23c4247
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 @@ -109,7 +109,7 @@
mode: "0755"
loop: "{{ httpd_vhosts }}"
loop_control:
label: "{{ item.docroot }}"
label: "{{ item.name }}"
when:
- httpd_vhosts is defined
- item.documentroot is defined
Expand Down

0 comments on commit 23c4247

Please sign in to comment.