Skip to content

Commit 9b8fe44

Browse files
committed
Rework ssh keys in nodepool config
1 parent 493ffb3 commit 9b8fe44

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ansible/inventory/group_vars/all/zuul-operator-nodepool

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,5 +40,5 @@ zuul_operator_nodepool_yaml:
4040
groups: users,adm,sudo
4141
shell: /bin/bash
4242
lock_passwd: true
43-
ssh_authorized_keys: "{{ zuul_operator_nodepool_ssh_authorized_keys }}"
43+
ssh_authorized_keys: {{ zuul_operator_nodepool_ssh_authorized_keys }}
4444
sudo: ALL=(ALL) NOPASSWD:ALL

0 commit comments

Comments
 (0)