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:49 UTC

[camel-kamelets] 01/01: 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 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: