From e9160e1125d34cbaa2f4a0522dcb9df37f751960 Mon Sep 17 00:00:00 2001 From: gweng Date: Mon, 17 Jun 2019 16:19:43 +0200 Subject: [PATCH 1/4] rename s3 module to aws_s3. s3 has been renamed to aws_s3 since ansible 2.4 --- tasks/download/s3.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tasks/download/s3.yml b/tasks/download/s3.yml index 00a684f..f6fbe95 100644 --- a/tasks/download/s3.yml +++ b/tasks/download/s3.yml @@ -12,7 +12,7 @@ name: boto3 - name: Download AEM artifact from S3. - s3: + aws_s3: bucket: "{{ aem_cms_s3_bucket }}" object: "{{ aem_cms_s3_object }}" dest: "{{ aem_cms_download_path }}/{{ aem_cms_quickstart_name }}" From b691cdf9237b78685f81af94b3c7c9382f080514 Mon Sep 17 00:00:00 2001 From: gweng Date: Mon, 17 Jun 2019 16:29:56 +0200 Subject: [PATCH 2/4] change min_ansible_version to 2.6 --- meta/main.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/meta/main.yml b/meta/main.yml index f0b93c5..7d72a4a 100644 --- a/meta/main.yml +++ b/meta/main.yml @@ -5,7 +5,7 @@ galaxy_info: company: pro!vision issue_tracker_url: https://wcm-io.atlassian.net license: Apache - min_ansible_version: 2.4 + min_ansible_version: 2.6 platforms: - name: Ubuntu From b0295c4df1db3e0c95326649fd7e32572bd654a0 Mon Sep 17 00:00:00 2001 From: gweng Date: Tue, 18 Jun 2019 12:02:26 +0200 Subject: [PATCH 3/4] change the min_ansible_version back to 2.4 --- meta/main.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/meta/main.yml b/meta/main.yml index 7d72a4a..f0b93c5 100644 --- a/meta/main.yml +++ b/meta/main.yml @@ -5,7 +5,7 @@ galaxy_info: company: pro!vision issue_tracker_url: https://wcm-io.atlassian.net license: Apache - min_ansible_version: 2.6 + min_ansible_version: 2.4 platforms: - name: Ubuntu From f433e48de43aafa91081747d48b64dd1ed0b557d Mon Sep 17 00:00:00 2001 From: gweng Date: Tue, 18 Jun 2019 12:04:51 +0200 Subject: [PATCH 4/4] update ansible required version in README --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 4631af6..f208fc6 100644 --- a/README.md +++ b/README.md @@ -8,7 +8,7 @@ This role installs Adobe Experience Manager (AEM) 6.x on Debian/Ubuntu or RHEL/C ## Requirements -This role requires Ansible 2.2 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). +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). ## Role Variables