keytab: Prefix variable names with keytab_
This commit is contained in:
parent
4fb04065f9
commit
e2c59bc220
11 changed files with 24 additions and 24 deletions
|
@ -50,5 +50,5 @@
|
|||
ansible.builtin.import_role:
|
||||
name: keytab
|
||||
vars:
|
||||
keytab: /etc/cups/cups.keytab
|
||||
principals: "HTTP/print.foo.sh@{{ kerberos_realm }}"
|
||||
keytab_path: /etc/cups/cups.keytab
|
||||
keytab_principals: "HTTP/print.foo.sh@{{ kerberos_realm }}"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue