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:21:48 UTC

[camel-kamelets] branch removal-instr created (now eb212168)

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

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


      at eb212168 Ansible AWS S3 Removal: Added instruction to README

This branch includes the following new commits:

     new eb212168 Ansible AWS S3 Removal: Added instruction to README

The 1 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "add" were already present in the repository and have only
been added to this reference.



[camel-kamelets] 01/01: Ansible AWS S3 Removal: Added instruction to README

Posted by ac...@apache.org.
This is an automated email from the ASF dual-hosted git repository.

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

commit eb2121689f8893bffe2e9f440b312606036ff05d
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: