freeipa / ansible-freeipa

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

ipaservice: Do not set continue to None for service_del #1236

Closed t-woerner closed 4 months ago

t-woerner commented 4 months ago

delete_continue defaults to None. The use of continue: None is resulting in an error with the batch command. Therefore only set continue if it is not None.