Skip to content
Snippets Groups Projects
Unverified Commit 15cce1cc authored by Agate's avatar Agate 💬
Browse files

Ubuntu compat

parent e5c81825
No related branches found
No related tags found
No related merge requests found
...@@ -161,7 +161,7 @@ Supported platforms ...@@ -161,7 +161,7 @@ Supported platforms
------------------- -------------------
- Debian 9 - Debian 9
- More to come - Ubuntu 18
Dependencies Dependencies
------------ ------------
......
...@@ -24,3 +24,11 @@ ...@@ -24,3 +24,11 @@
- libffi-dev - libffi-dev
# not strictly needed but useful # not strictly needed but useful
- "curl" - "curl"
- name: "Install Ubuntu-specific dependencies"
when: ansible_distribution == 'Ubuntu'
become: true
package:
name:
# needed for redis to start
- "policykit-1"
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment