Skip to content

Commit

Permalink
Merge pull request #1 from ansiblebit/develop
Browse files Browse the repository at this point in the history
minor fixes
  • Loading branch information
steenzout committed Apr 25, 2016
2 parents cdb3431 + b3697a7 commit 1c81925
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 7 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
# PostgreSQL server

[![License](https://img.shields.io/badge/license-New%20BSD-blue.svg?style=flat)](https://raw.githubusercontent.com/ansiblebit/postgresql/master/LICENSE)
[![License](https://img.shields.io/badge/license-New%20BSD-blue.svg?style=flat)](https://raw.githubusercontent.com/ansiblebit/postgresql_server/master/LICENSE)

[![Platform](http://img.shields.io/badge/platform-macosx-000000.svg?style=flat)](#)

[![Project Stats](https://www.openhub.net/p/ansiblebit-postgresql/widgets/project_thin_badge.gif)](https://www.openhub.net/p/ansiblebit-postgresql/)
[![Project Stats](https://www.openhub.net/p/ansiblebit-postgresql-server/widgets/project_thin_badge.gif)](https://www.openhub.net/p/ansiblebit-postgresql-server/)

Ansile role to setup [PostgreSQL][postgresql] server on OSX.

Expand Down Expand Up @@ -48,7 +48,7 @@ it may be a good idea to mention in this section that the boto package is requir
macports_selfupdate: no
macports_upgrade_outdated: no

postgresql_version: 9.5
postgresql_version: '9.5'
postgresql_set_default: yes
postgresql_users:
- steenzout
Expand Down
2 changes: 1 addition & 1 deletion defaults/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,6 @@ postgresql_set_default: yes
postgresql_users:
- "{{ ansible_env.USER }}"

postgresql_version: 9.5
postgresql_version: '9.5'
postgresql_major_version: "{{ postgresql_version.split('.')[0] }}"
postgresql_minor_version: "{{ postgresql_version .split('.')[1] }}"
5 changes: 3 additions & 2 deletions meta/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,10 +5,10 @@
#
galaxy_info:
author: Pedro Salgado
description: Role for PostgreSQL on MacOSX.
description: Role for PostgreSQL server on MacOSX.
company: ansiblebit.org
license: BSD
min_ansible_version: 1.7.2
min_ansible_version: 1.9.4
platforms:
- name: MacOSX
versions:
Expand All @@ -18,3 +18,4 @@ galaxy_info:
- database
dependencies:
- role: ansiblebit.macports
when: (ansible_distribution | lower == 'darwin') or (ansible_distribution | lower == 'macosx')
2 changes: 1 addition & 1 deletion tests/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
macports_selfupdate: no
macports_upgrade_outdated: no

postgresql_version: 9.5.2
postgresql_version: '9.5'
postgresql_set_default: yes
postgresql_users:
- steenzout
Expand Down

0 comments on commit 1c81925

Please sign in to comment.