Skip to content

Commit 708476a

Browse files
author
Greg Clough
committed
Updated to require Ansible v2.4 and later
1 parent 8edb8b1 commit 708476a

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

.travis.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ env:
1717
- IMAGE_NAME="centos:6-builded"
1818

1919
install:
20-
- pip install ansible=="2.3.1.0" docker-py
20+
- pip install ansible=="2.4.2.0" docker-py
2121
- ln -s ${PWD} tests/docker/ANXS.postgresql
2222

2323
script:

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ Ansible role which installs and configures PostgreSQL, extensions, databases and
1010

1111
#### Installation
1212

13-
This has been tested on Ansible 1.9.4 and higher.
13+
This has been tested on Ansible 2.4.0 and higher.
1414

1515
To install:
1616

meta/main.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ galaxy_info:
44
author: pjan vandaele
55
company: ANXS
66
description: "Install and configure PostgreSQL, dependencies, extensions, databases and users."
7-
min_ansible_version: 1.9.4
7+
min_ansible_version: 2.4.0
88
license: MIT
99
platforms:
1010
- name: Ubuntu

0 commit comments

Comments
 (0)