Skip to content

Commit

Permalink
Add Xenial dependency for pyopenssl
Browse files Browse the repository at this point in the history
  • Loading branch information
jpic committed Aug 8, 2016
1 parent e753ed9 commit bb02f0e
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions master/install-nine/tasks/main.yml
Expand Up @@ -7,6 +7,14 @@
cache_valid_time: 86400
with_items: "{{ buildbot_master_apt_packages }}"

- name: install Xenial APT packages
apt:
name: libssl-dev
update_cache: yes
state: latest
cache_valid_time: 86400
when: ansible_distribution_release == 'xenial'

- name: update pip
pip:
name: pip
Expand Down

0 comments on commit bb02f0e

Please sign in to comment.