freeipa / ansible-freeipa

Ansible roles and modules for FreeIPA
GNU General Public License v3.0
489 stars 232 forks source link

ipaidview: Fail to apply unknown (invalid) hosts #1158

Closed t-woerner closed 10 months ago

t-woerner commented 10 months ago

The task to apply an unknown (invalid) host to an idview was not failing as expected and only reported no change.

A new host verification step has been added to fail before trying to apply invalid hosts. unapplying an invalid host is not failing as the invalid host is indeed not applied.