diff --git a/playbooks/own/yadm.yml b/playbooks/own/yadm.yml index 150cada..7cd1c21 100644 --- a/playbooks/own/yadm.yml +++ b/playbooks/own/yadm.yml @@ -3,3 +3,9 @@ tasks: - name: Clone dotfiles repo shell: yadm clone --bootstrap https://vcs.wpstudio.ru/gitea/dotfiles.git + + - name: 'Change character for non-root user' + become: false + become_user: root + shell: | + sed -i 's/#/\\$/g' /home/{{ ansible_user_id }}/.config/starship.toml \ No newline at end of file