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:
Rafael Guterres Jeffman
2023-01-03 17:06:29 -03:00
parent 6b7633976c
commit baa7cae8bf
3 changed files with 7 additions and 7 deletions

View File

@@ -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.