forked from infra/ansible
ipa/service: add one more "already exists" condition
This commit is contained in:
parent
9aa451c062
commit
5134a6c604
1 changed files with 1 additions and 0 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue