Commit 9c10be59 authored by nimrod's avatar nimrod
Browse files

Validate assertion that the init is systemd.

The debian_server role has some systemd specific parts, validate the
assertion that indeed systemd is being used.
parent 6e9c3ccb
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -4,6 +4,7 @@
    that:
      - ansible_distribution == "Debian"
      - ansible_distribution_major_version|int >= 10
      - ansible_service_mgr == "systemd"

- name: Disable cgroup2 for Docker
  lineinfile: