Filling out the template is required. Any pull request that does not include enough information to be reviewed in a timely manner may be closed at the maintainers' discretion.
All new code requires tests to ensure against regressions
Remember to set idealista:develop as base branch;
Description of the Change
Fix the behavior of deletion tasks of old servers.
If someone was using this role and was accidentally working with a server configuration that is no longer in the playbook, on their next execution, that server configuration will be deleted.
Requirements
Description of the Change
Fix the behavior of deletion tasks of old servers.
Basically, this is what was happening: https://italchemy.wordpress.com/2021/07/23/ansible-with_items-vs-loop-whats-the-difference/
Benefits
Bugfix. The role will do its intended behavior
Possible Drawbacks
If someone was using this role and was accidentally working with a server configuration that is no longer in the playbook, on their next execution, that server configuration will be deleted.
Applicable Issues
Closes #111