Handle case of absent instance_config.yml gracefully #13
Loading…
Reference in New Issue
Block a user
No description provided.
Delete Branch "improved-failure-handling"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
i.e., instead of throwing a red fatal error message at the user and
recovering with a rescue block we downgrade the lookup error to a
warning and set the same defaults in that case that were set in the
rescue block before.
See https://github.com/ansible-community/molecule-hetznercloud/issues/31.
🥳