Skip to content

Commit 19ed7ff

Browse files
committed
s/kerberos_auth_enabled/enable_kerberos_authentication
1 parent 7b1cb18 commit 19ed7ff

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

src/playbooks/setup-hammer/metadata.obsah.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ help: |
33
Setup hammer
44
55
variables:
6-
kerberos_auth_enabled:
6+
enable_kerberos_authentication:
77
help: Whether to enable Kerberos/negotiate authentication for Hammer CLI
88
action: store_true
99

src/roles/hammer/defaults/main.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,4 +6,4 @@ hammer_packages:
66
- hammer-cli-plugin-foreman_tasks
77
- hammer-cli-plugin-foreman_remote_execution
88
- hammer-cli-plugin-katello
9-
hammer_kerberos_auth_enabled: "{{ kerberos_auth_enabled | default(false) }}"
9+
hammer_kerberos_auth_enabled: "{{ enable_kerberos_authentication | default(false) }}"

0 commit comments

Comments
 (0)