Skip to content

Commit

Permalink
Merge pull request #1 from RemiWoler/patch-1
Browse files Browse the repository at this point in the history
Actually fix the issue with the deprecation warnings
  • Loading branch information
ramondelafuente authored Jan 2, 2017
2 parents caa598b + 458bb27 commit 59154eb
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 @@ -11,7 +11,7 @@

- name: write memcached_servers.conf
template: src=memcached_servers.conf.j2 dest=/etc/memcached_{{ item.name }}.conf owner=root group=root mode=0644
with_items: "{{ memcached_servers }}"
with_items: "{{ memcached_servers | default([]) }}"
when: memcached_servers is defined
notify:
- restart memcached
Expand Down

0 comments on commit 59154eb

Please sign in to comment.