Skip to content

Commit

Permalink
Fix pip exec
Browse files Browse the repository at this point in the history
  • Loading branch information
micafer committed Feb 7, 2022
1 parent 738772b commit 3e20ef8
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion ansible_install.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -98,7 +98,9 @@
when: ansible_python_version is version('3.6', '>=')

- name: Install setuptools with pip
pip: executable=pip3 name=setuptools,six extra_args="-I"
name: setuptools,six
executable: "{{pip_exec}}"
extra_args: "-I"

- name: Install cryptography
pip:
Expand Down

0 comments on commit 3e20ef8

Please sign in to comment.