Skip to content

Commit 335649d

Browse files
author
Tobias Richter
committed
Change python to 3.7, upgrade min_ansible_version to 2.7
1 parent aaa1d45 commit 335649d

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

.travis.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,12 @@
11
---
22
language: python
33
cache: pip
4-
python: "2.7"
4+
python: "3.7"
55
env:
66
# run against latest version
77
- ANSIBLE_VERSION=latest
88
# run against minimal required version
9-
- ANSIBLE_VERSION=2.4.*
9+
- ANSIBLE_VERSION=2.7.*
1010

1111
# Use the new container infrastructure
1212
sudo: false

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ This role installs Adobe Experience Manager (AEM) 6.x on Debian/Ubuntu or RHEL/C
88
99
## Requirements
1010

11-
This role requires Ansible 2.4 or higher and works with AEM 6.1 or higher. Also required are an AEM quickstart JAR file and a valid AEM license file. The `license.properties` files needs be made accessible to the role, normally by copying it into the `files` folder in the playbook directory. The `AEM_*_Quickstart.jar` can be supplied in the same way or retrieved from a Maven/RPM/APT repository, an HTTP URL or a S3 bucket (see below).
11+
This role requires Ansible 2.7 or higher and works with AEM 6.1 or higher. Also required are an AEM quickstart JAR file and a valid AEM license file. The `license.properties` files needs be made accessible to the role, normally by copying it into the `files` folder in the playbook directory. The `AEM_*_Quickstart.jar` can be supplied in the same way or retrieved from a Maven/RPM/APT repository, an HTTP URL or a S3 bucket (see below).
1212

1313
## Role Variables
1414

meta/main.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ galaxy_info:
55
company: pro!vision
66
issue_tracker_url: https://wcm-io.atlassian.net
77
license: Apache
8-
min_ansible_version: 2.4
8+
min_ansible_version: 2.7
99

1010
platforms:
1111
- name: Ubuntu

0 commit comments

Comments
 (0)