Resolve deprecation warning on Debian.

This commit is contained in:
Jeff Geerling 2018-10-23 16:31:32 -05:00
parent 1446f0630c
commit 515f8ea8e1
1 changed files with 1 additions and 2 deletions

View File

@ -6,9 +6,8 @@
- name: Ensure PostgreSQL packages are installed.
apt:
name: "{{ item }}"
name: "{{ postgresql_packages }}"
state: present
with_items: "{{ postgresql_packages }}"
- name: Ensure all configured locales are present.
locale_gen: "name={{ item }} state=present"