Skip to content
Snippets Groups Projects
Commit 3080d284 authored by Andreas Hamacher's avatar Andreas Hamacher
Browse files

add ubuntu fixes

parent 42ee116f
No related branches found
No related tags found
1 merge request!293Ubuntu
...@@ -9,9 +9,9 @@ ...@@ -9,9 +9,9 @@
- name: apt install cgroup - name: apt install cgroup
apt: name={{ item }} state=installed update_cache=yes apt: name={{ item }} state=installed update_cache=yes
with_items: with_items:
- cgmanager - libcgroup1
- cgmanager-utils - cgroupfs-mount
- libcgmanager0 - cgroup-tools
when: ansible_os_family == "Debian" when: ansible_os_family == "Debian"
become: True become: True
become_method: sudo become_method: sudo
......
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