Skip to content
This repository has been archived by the owner on Jun 3, 2022. It is now read-only.

Commit

Permalink
Allow third-party Janus plugins to be built. (#5)
Browse files Browse the repository at this point in the history
* Allow third-party Janus plugins to be built.

* Fix user permissions when creating symlink.
  • Loading branch information
jdeanwallace authored Mar 30, 2022
1 parent 9fc4050 commit 6a8c048
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions tasks/janus.yml
Original file line number Diff line number Diff line change
Expand Up @@ -72,6 +72,14 @@
chdir: "{{ janus_build_dir }}"
when: janus_upgrade_available

# Allow Janus C header files to be included when compiling third-party plugins.
- name: Symlink Janus C header files to the C include path
become: true
file:
src: "{{ janus_install_dir }}/include/janus"
dest: /usr/local/include/janus
state: link

- name: Set installed version facts
ansible.builtin.set_fact:
janus_installed_versions:
Expand Down

0 comments on commit 6a8c048

Please sign in to comment.