Skip to content

Commit 685c9c2

Browse files
orangeveninteratom
authored andcommitted
Feature/rename s3 module (#19)
* Rename s3 module to aws_s3. s3 has been renamed to aws_s3 since ansible 2.4 * Update Ansible required version in README
1 parent acdc8e3 commit 685c9c2

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

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.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).
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).
1212

1313
## Role Variables
1414

tasks/download/s3.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
name: boto3
1313

1414
- name: Download AEM artifact from S3.
15-
s3:
15+
aws_s3:
1616
bucket: "{{ aem_cms_s3_bucket }}"
1717
object: "{{ aem_cms_s3_object }}"
1818
dest: "{{ aem_cms_download_path }}/{{ aem_cms_quickstart_name }}"

0 commit comments

Comments
 (0)