mirror of
https://github.com/geerlingguy/ansible-role-apache
synced 2025-01-05 01:20:18 +01:00
Merge pull request #8 from back-2-95/patch-1
Fixing DEPRECATION WARNING
This commit is contained in:
commit
4e44b1c684
1 changed files with 1 additions and 1 deletions
|
@ -30,7 +30,7 @@
|
||||||
|
|
||||||
- name: Add htpasswd configuration.
|
- name: Add htpasswd configuration.
|
||||||
htpasswd: path={{ item.file }} name={{ item.username }} password={{ item.password }} state=present
|
htpasswd: path={{ item.file }} name={{ item.username }} password={{ item.password }} state=present
|
||||||
with_items: apache_htpasswd
|
with_items: "{{ apache_htpasswd }}"
|
||||||
when: apache_htpasswd
|
when: apache_htpasswd
|
||||||
|
|
||||||
- name: Add apache vhosts configuration.
|
- name: Add apache vhosts configuration.
|
||||||
|
|
Loading…
Reference in a new issue