Skip to content

Commit

Permalink
feat: install pip packages
Browse files Browse the repository at this point in the history
  • Loading branch information
franklinkim committed May 13, 2019
1 parent 82b43bc commit a42a55b
Showing 1 changed file with 5 additions and 6 deletions.
11 changes: 5 additions & 6 deletions tasks/install.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,13 +2,12 @@

- name: Installing packages
package:
name: "{{ packages }}"
name: openssl
state: present
vars:
packages:
- openssl
- pyopenssl
- python-openssl

- name: Installing pip packages
pip:
name: pyopenssl

- name: Creating certs dir
import_tasks: create_dir.yml
Expand Down

0 comments on commit a42a55b

Please sign in to comment.