mirror of
https://github.com/freeipa/ansible-freeipa.git
synced 2026-07-25 00:44:42 +00:00
roles: Fix task names to start with uppercase letters
ansible-lint warns if task names don't start with an uppercase letter.
This commit is contained in:
@@ -273,7 +273,7 @@
|
||||
ansible.builtin.fail:
|
||||
msg: "The IPA test failed, please enable allow_repair to fix this."
|
||||
when: not result_ipaclient_test_keytab.ping_test_ok
|
||||
- name: ca.crt file is missing
|
||||
- name: Fail due to missing ca.crt file
|
||||
ansible.builtin.fail:
|
||||
msg: >
|
||||
The ca.crt file is missing, please enable allow_repair to fix this.
|
||||
|
||||
Reference in New Issue
Block a user