summaryrefslogtreecommitdiffstats
path: root/roles/openshift_aws/tasks/uninstall_s3.yml
Commit message (Collapse)AuthorAgeFilesLines
* add S3 bucket cleanupJoel Diaz2018-02-021-0/+26
Default to just cleaning out all the objects in the S3 bucket (IFF openshift_aws_create_s3 is 'true'). If you really, trully want to delete the S3 bucket and free up the bucket name, you can set openshift_aws_really_delete_s3_bucket to 'true' ('false' by default).