Skip to content

Commit

Permalink
Added the feature to define authorized_keys path for unix in `account…
Browse files Browse the repository at this point in the history
…s` role
  • Loading branch information
AllRWeak authored and bl0way committed Feb 2, 2024
1 parent 5c2696e commit 27d428b
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions nova/core/roles/accounts/tasks/unix_create.yml
Original file line number Diff line number Diff line change
Expand Up @@ -39,6 +39,7 @@
state: present
key: "{{ item.ssh_key }}"
exclusive: "{{ item.ssh_key_exclusive | default(accounts_exclusive_ssh_key) }}"
path: "{{ item.ssh_key_path | default(omit) }}"
loop: "{{ local_accounts_list }}"
loop_control:
label: "{{ item.username }}"
Expand Down

0 comments on commit 27d428b

Please sign in to comment.