You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When updating dns records for a zone, host, or dns record, if the record already exists without changes, it fails the task with "no modifications to be performed."
Description
When updating dns records for a zone, host, or dns record, if the record already exists without changes, it fails the task with "no modifications to be performed."
This is also reported in the community project, but never fixed.
Version information
ansible-freeipa collection : 1.13.2
Affected (that I have tested)
Example task
Example output
Expected behavior
If record already exists return
changed: false
but do not error.Workaround
Set
ignore_errors
to true. However you need to watch each line to make sure the errors are actually the modification error and not another error.The text was updated successfully, but these errors were encountered: