* try to use ${HOME} var instead of ansible user var for detecting home dir
@ -46,6 +46,7 @@
options: |
try_files /index.html @october
set $upstream unix:/run/{{ php__version_preference[0] }}-fpm-backend.sock
client_max_body_size 1000M
options: try_files /index.html @october;
- pattern: '@october'
options: rewrite ^/.*$ /index.php last;
@ -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