mirror of
https://github.com/freeipa/ansible-freeipa.git
synced 2026-07-30 03:14:42 +00:00
ipaclient install.yml: Use named tasks
The unnamed tasks have been reported as issues by new ansible-lint.
This commit is contained in:
@@ -216,15 +216,18 @@
|
|||||||
ipaclient_force_join)
|
ipaclient_force_join)
|
||||||
|
|
||||||
- block:
|
- block:
|
||||||
- fail:
|
- name: krb5 configuration not correct
|
||||||
|
fail:
|
||||||
msg: >
|
msg: >
|
||||||
The krb5 configuration is not correct, please enable allow_repair
|
The krb5 configuration is not correct, please enable allow_repair
|
||||||
to fix this.
|
to fix this.
|
||||||
when: not result_ipaclient_test_keytab.krb5_conf_ok
|
when: not result_ipaclient_test_keytab.krb5_conf_ok
|
||||||
- fail:
|
- name: IPA test failed
|
||||||
|
fail:
|
||||||
msg: "The IPA test failed, please enable allow_repair to fix this."
|
msg: "The IPA test failed, please enable allow_repair to fix this."
|
||||||
when: not result_ipaclient_test_keytab.ping_test_ok
|
when: not result_ipaclient_test_keytab.ping_test_ok
|
||||||
- fail:
|
- name: ca.crt file is missing
|
||||||
|
fail:
|
||||||
msg: >
|
msg: >
|
||||||
The ca.crt file is missing, please enable allow_repair to fix this.
|
The ca.crt file is missing, please enable allow_repair to fix this.
|
||||||
when: not result_ipaclient_test_keytab.ca_crt_exists
|
when: not result_ipaclient_test_keytab.ca_crt_exists
|
||||||
|
|||||||
Reference in New Issue
Block a user