* set bigger client max body size for backend fpm socket
* try to use ${HOME} var instead of ansible user var for detecting home dir
This commit is contained in:
@ -9,6 +9,6 @@
|
||||
become: false
|
||||
become_user: root
|
||||
shell: |
|
||||
sed -i 's/#/\\$/g' /home/{{ home_user }}/.config/starship.toml
|
||||
sed -i 's/#/\\$/g' ${HOME}/.config/starship.toml
|
||||
args:
|
||||
executable: /bin/bash
|
||||
|
Reference in New Issue
Block a user