Skip to content

Commit

Permalink
This one should go. See #15.
Browse files Browse the repository at this point in the history
  • Loading branch information
A. H. Laughlin committed Jun 12, 2017
1 parent 0d58364 commit 45a71ac
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion tasks/postgres/apt.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,11 @@
state: present
- name: "Install postgresql on apt systems."
apt:
name: postgresql-9.5
name: "{{ item }}"
update_cache: yes
state: present
with_items:
- postgresql
- postgresql-contrib
...
# vim: ft=ansible:

0 comments on commit 45a71ac

Please sign in to comment.