Skip to content

Commit

Permalink
Merge pull request #1280 from grycap/devel
Browse files Browse the repository at this point in the history
Fix pip exec
  • Loading branch information
micafer authored Feb 7, 2022
2 parents baf736d + 3e20ef8 commit 0de5dba
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 0de5dba

Please sign in to comment.