mirror of https://github.com/ansible/ansible.git
Fix `cloudformation` error when stack-rollback fails (#5550)
In cases where a CFN stack could not complete (due to lack of permissions or similar) but also failed to roll back, the gathering of stack resources would fail because successfully deleted items in the rollback would no longer have a `PhysicalResourceId` property. This PR fixes that by soft-failing when there's no physical ID associated to a resource.pull/18777/head
parent
bf9077bfad
commit
e45e25c257
Loading…
Reference in New Issue