mirror of
https://github.com/DO1JLR/ansible_linux_desktop_setup.git
synced 2024-09-14 19:54:51 +02:00
improve escaping
This commit is contained in:
parent
0bdf0240c3
commit
bbe4c78807
1 changed files with 1 additions and 1 deletions
|
@ -13,7 +13,7 @@ admins:
|
|||
- lilian
|
||||
|
||||
base__additional_user_bashrc_lines:
|
||||
- [[ $- == *i* ]] && eval $(keychain --eval --quiet id_ed25519)
|
||||
- '[[ $- == *i* ]] && eval $(keychain --eval --quiet id_ed25519)'
|
||||
|
||||
# used to automatically generate correct admin keys
|
||||
admins_ssh_root_prefix:
|
||||
|
|
Loading…
Reference in a new issue