Browse Source

Don't need older Postgres anymore

Alex Payne 10 years ago
parent
commit
2e966fe790
1 changed files with 0 additions and 6 deletions
  1. 0
    6
      roles/mailserver/tasks/postfix.yml

+ 0
- 6
roles/mailserver/tasks/postfix.yml View File

1
-- name: Install Postgres 9.1 on older distributions
2
-  apt: pkg=postgresql-9.1 state=present
3
-  when: ansible_distribution_release != 'trusty' and ansible_distribution_release != 'jessie'
4
-  tags:
5
-    - dependencies
6
-
7
 - name: Install Postgres 9.3 on Ubuntu Trusty
1
 - name: Install Postgres 9.3 on Ubuntu Trusty
8
   apt: pkg=postgresql-9.3 state=present
2
   apt: pkg=postgresql-9.3 state=present
9
   when: ansible_distribution_release == 'trusty'
3
   when: ansible_distribution_release == 'trusty'

Loading…
Cancel
Save