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

Ubuntu compat

parent e5c81825
Branches
Tags 0.21-rc1
No related merge requests found
......@@ -161,7 +161,7 @@ Supported platforms
-------------------
- Debian 9
- More to come
- Ubuntu 18
Dependencies
------------
......
......@@ -24,3 +24,11 @@
- libffi-dev
# not strictly needed but useful
- "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.
Please register or to comment