Skip to content

Commit

Permalink
lief: use python3 pip
Browse files Browse the repository at this point in the history
  • Loading branch information
juju4 committed Dec 7, 2019
1 parent c345d7f commit 082fa75
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions tasks/lief.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@
pip:
name: lief
state: present
executable: "{{ python3_pip }}"
when: ansible_os_family == 'Debian'
register: pkg_result
until: pkg_result is success
Expand Down

0 comments on commit 082fa75

Please sign in to comment.