You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@camel.apache.org by ac...@apache.org on 2023/07/19 10:23:44 UTC

[camel-kamelets] branch main updated: Ansible AWS S3 Removal: Added instruction to README

This is an automated email from the ASF dual-hosted git repository.

acosentino pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/camel-kamelets.git


The following commit(s) were added to refs/heads/main by this push:
     new 47cf8db7 Ansible AWS S3 Removal: Added instruction to README
47cf8db7 is described below

commit 47cf8db77a51e70d3157971575a8f4189d0ad1db
Author: Andrea Cosentino <an...@gmail.com>
AuthorDate: Wed Jul 19 12:21:23 2023 +0200

    Ansible AWS S3 Removal: Added instruction to README
    
    Signed-off-by: Andrea Cosentino <an...@gmail.com>
---
 infra/aws-s3/Readme.md | 8 +++++++-
 1 file changed, 7 insertions(+), 1 deletion(-)

diff --git a/infra/aws-s3/Readme.md b/infra/aws-s3/Readme.md
index 8d63e2d8..ec574e67 100644
--- a/infra/aws-s3/Readme.md
+++ b/infra/aws-s3/Readme.md
@@ -12,12 +12,18 @@ This will create an S3 Bucket with basic functionalities.
 
 ## Ansible
 
-The commmand to create the infra is:
+The command to create the infra is:
 
 ```bash
 $ ansible-playbook -v ansible/aws-s3.yaml --extra-vars bucket_name=<bucket-name>
 ```
 
+Once completed do:
+
+```bash
+$ ansible-playbook -v ansible/aws-s3-removal.yaml --extra-vars bucket_name=<bucket-name>
+```
+
 ## Terraform
 
 The commmand to create the infra is: