only ubuntu

This commit is contained in:
rhino5oh 2022-12-08 19:12:51 -05:00
parent be0cedfa1f
commit ad14ef2759

View File

@ -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: