Merge pull request #8 from back-2-95/patch-1

Fixing DEPRECATION WARNING
This commit is contained in:
Rasmus Werling 2016-06-15 09:57:52 +03:00 committed by GitHub
commit 4e44b1c684

View file

@ -30,7 +30,7 @@
- name: Add htpasswd configuration.
htpasswd: path={{ item.file }} name={{ item.username }} password={{ item.password }} state=present
with_items: apache_htpasswd
with_items: "{{ apache_htpasswd }}"
when: apache_htpasswd
- name: Add apache vhosts configuration.