summaryrefslogtreecommitdiffstats
path: root/playbooks/aws/openshift-cluster/uninstall_s3.yml
blob: 448b47aee8f75b4e8af1862f74f0f28532dd8919 (plain)
1
2
3
4
5
6
7
8
9
10
---
- name: Empty/delete s3 bucket
  hosts: localhost
  connection: local
  tasks:
  - name: empty/delete s3 bucket
    include_role:
      name: openshift_aws
      tasks_from: uninstall_s3.yml
    when: openshift_aws_create_s3 | default(true) | bool