Unverified Commit 08161dc7 authored by Keshav Prasad's avatar Keshav Prasad Committed by GitHub
Browse files

fix: ansible required acl package on ubuntu 20 (#3327)

Showing with 1 addition and 1 deletion
+1 -1
......@@ -9,7 +9,7 @@
- name: Installing other packages
apt:
state: present
name: ['python-pkg-resources', 'python3-pip']
name: ['python-pkg-resources', 'python3-pip', 'acl']
roles:
- bootstrap_any
tags:
......
Supports Markdown
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment