1
0
Fork 0
forked from infra/ansible

ipa/service: add one more "already exists" condition

This commit is contained in:
Pavel Raiskup 2026-02-24 08:46:22 +01:00
commit 5134a6c604

View file

@ -28,6 +28,7 @@
when:
- ipa_service_defined is failed
- "\"'krbprincipalname' already contains one or more values\" not in ipa_service_defined.msg"
- "'already exists' not in ipa_service_defined.msg"
tags:
- config
- krb5