Commit e7e0e799 by Maruyama Takayuki

roles/postgresql: uncomment

parent 84c27522
---
#- name: add repository
# yum:
# name: http://download.postgresql.org/pub/repos/yum/9.4/redhat/rhel-6-x86_64/pgdg-centos94-9.4-2.noarch.rpm
# state: present
# become: yes
- name: add repository
yum:
name: http://download.postgresql.org/pub/repos/yum/9.4/redhat/rhel-6-x86_64/pgdg-centos94-9.4-2.noarch.rpm
state: present
become: yes
ignore_errors: true
- name: install postgresql94
yum:
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment