keytab: Prefix variable names with keytab_

This commit is contained in:
Timo Makinen 2023-10-14 16:01:08 +00:00
parent 4fb04065f9
commit e2c59bc220
11 changed files with 24 additions and 24 deletions

View file

@ -1,3 +1,3 @@
---
keytab: /etc/krb5.keytab
group: "{{ ansible_wheel }}"
keytab_path: /etc/krb5.keytab
keytab_group: "{{ ansible_wheel }}"