[TIDY] Move to ansible_facts dict instead of injected variables

This commit is contained in:
Jannik Beyerstedt 2025-11-28 11:10:58 +01:00
parent 9f0226856e
commit 36455b7f76
18 changed files with 69 additions and 69 deletions

View file

@ -23,5 +23,5 @@ user_vscode: false
user_lang_cpp: false
user_lang_python: false
user_lang_golang: false
user_lang_golang_gopath: "{{ ansible_user_dir }}/Development/go"
user_lang_golang_gopath: "{{ ansible_facts['user_dir'] }}/Development/go"
user_lang_latex: false