mirror of
https://github.com/freeipa/ansible-freeipa.git
synced 2026-07-31 11:54:47 +00:00
roles: Fix ansible-lint name:template warnings
ansible-lint warns if Jinja2 templates are not used as the last item in a task name.
This commit is contained in:
@@ -217,7 +217,7 @@
|
||||
and ipaadmin_keytab is undefined
|
||||
and ipaclient_keytab is undefined
|
||||
|
||||
- name: Install - Purge {{ result_ipaclient_test.realm }} from host keytab
|
||||
- name: "Install - From host keytab, purge {{ result_ipaclient_test.realm }}"
|
||||
ansible.builtin.command: >
|
||||
/usr/sbin/ipa-rmkeytab
|
||||
-k /etc/krb5.keytab
|
||||
|
||||
Reference in New Issue
Block a user