[TIDY] Move to ansible_facts dict instead of injected variables
This commit is contained in:
parent
9f0226856e
commit
36455b7f76
18 changed files with 69 additions and 69 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue