+ change starship command prompt sign for non privileged user in separate yadm playbook

This commit is contained in:
2024-09-22 17:49:23 +03:00
parent 051b7778d6
commit 3243c81b3d
2 changed files with 5 additions and 1 deletions

View File

@ -9,4 +9,5 @@ keyring__keyserver: hkp://keyserver.ubuntu.com:80
secret__levels: '.'
site_name: '{{ initial_site_name | d(lxc_host) }}'
home_user: '{{ (ansible_user != "root") | ternary(ansible_user, site_name) }}'
...