55737/delete-an-object-from-a-bucket-ansible-playbook
You have to use the following task for deleting an object from a bucket:
- name: Delete an object from a bucket aws_s3: bucket: mybucket object: /my/file/key.txt mode: delobj
Hey @Roshan, ansible provides wiht AWS module ...READ MORE
Hey @Jinu, you can try the following ...READ MORE
Hi@akhtar, You can use the ec2_key module in ...READ MORE
Hey @Rajni, you can register the variable ...READ MORE
Hey @nmentityvibes, you seem to be using ...READ MORE
It can work if you try to put ...READ MORE
To solve this problem, I followed advice ...READ MORE
Consider this - In 'extended' Git-Flow, (Git-Multi-Flow, ...READ MORE
You can use an ansible task, something ...READ MORE
Hey @Alok, an ansible task like this ...READ MORE
OR
At least 1 upper-case and 1 lower-case letter
Minimum 8 characters and Maximum 50 characters
Already have an account? Sign in.