From ad14ef2759a2b65f6e0b682da69e0e1b70e201aa Mon Sep 17 00:00:00 2001 From: rhino5oh Date: Thu, 8 Dec 2022 19:12:51 -0500 Subject: [PATCH] only ubuntu --- tasks/sysctl-setup.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tasks/sysctl-setup.yml b/tasks/sysctl-setup.yml index 312e286..4d5a748 100644 --- a/tasks/sysctl-setup.yml +++ b/tasks/sysctl-setup.yml @@ -5,7 +5,7 @@ modprobe: name: br_netfilter state: present - when: ansible_distribution == "Debian" + when: (ansible_os_family | lower) == "ubuntu" - name: Ensure procps is installed. package: