Remove skip_common_setup flag
This commit is contained in:
parent
a54b847294
commit
bc3310066a
17 changed files with 106 additions and 126 deletions
|
|
@ -1,3 +1,3 @@
|
|||
poetry_url: "https://raw.githubusercontent.com/python-poetry/poetry/master/get-poetry.py"
|
||||
poetry_url: 'https://raw.githubusercontent.com/python-poetry/poetry/master/get-poetry.py'
|
||||
poetry_user: "{{ ansible_user | default(lookup('env', 'USER'), True) }}"
|
||||
poetry_dir: "{{ ansible_env.HOME }}/.poetry"
|
||||
poetry_dir: '{{ ansible_env.HOME }}/.poetry'
|
||||
|
|
|
|||
Reference in a new issue