mirror of
https://github.com/geerlingguy/ansible-role-postgresql.git
synced 2025-03-03 16:17:10 -05:00
Resolve deprecation warning on Debian.
This commit is contained in:
parent
1446f0630c
commit
515f8ea8e1
1 changed files with 1 additions and 2 deletions
|
@ -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"
|
||||
|
|
Loading…
Add table
Reference in a new issue