fix(molecule): working again, added test for provisioner load_vars
This commit is contained in:
parent
6707ece8e0
commit
c6670c1c5f
8 changed files with 38 additions and 4 deletions
|
@ -243,6 +243,7 @@
|
|||
become_user: "{{ development_user_account }}"
|
||||
ansible.builtin.command:
|
||||
cmd: "pipx inject {{ item.venv }} {{ item.extension }}"
|
||||
# @todo not portable, will not work as expected, replace with actual python version
|
||||
creates:
|
||||
"{{ ansible_facts['getent_passwd'][development_user_account][4] }}/.local/pipx/venvs/{{ item.venv }}/lib/python3.11/site-packages/{{ item.creates }}"
|
||||
loop:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue