Skip to content

Commit

Permalink
Merge pull request #77 from amore17/fix_pip
Browse files Browse the repository at this point in the history
Use latest pip.
  • Loading branch information
rjeffman committed Feb 12, 2021
2 parents cdadea3 + 3b41080 commit 50041ce
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions tests/tasks/assert_certificate_parameters.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,13 @@
name:
- python3

- name: Install the package, force upgrade
pip:
name: pip
state: latest
virtualenv: "{{ __virtualenv_path }}"
virtualenv_command: /usr/bin/python3 -m venv

- name: Install certreader
pip:
name: certreader>=0.1.1
Expand Down

0 comments on commit 50041ce

Please sign in to comment.