mirror of
https://github.com/ansible/awx.git
synced 2026-01-10 15:32:07 -03:30
The github workflow that we have set up for branch deletion doesn't work: - the `on: delete` event does not support the `branches:` filter - the `mode` flag for the aws_s3 module does not have `delete` as one of the options. The proper option appears to be `delobj`.