Skip to content

Commit

Permalink
Intall libffi-dev PyOpenSSL requirement
Browse files Browse the repository at this point in the history
  • Loading branch information
anadahz committed Dec 23, 2020
1 parent d9d7210 commit 0cfa237
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions ansible/roles/bigbluebutton/tasks/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,10 @@
create_home: false
comment: NodeJS npm user

- name: Install libffi-dev (PyOpenSSL requirement)
apt:
pkg: libffi-dev

- name: Import BigBlueButton Ansible Galaxy role
include_role:
name: "{{ galaxy_path }}/{{ bbb_galaxy_role }}"
Expand Down

0 comments on commit 0cfa237

Please sign in to comment.