When statement

This commit is contained in:
rhino5oh 2022-12-08 18:57:06 -05:00
parent 0f3807d5f0
commit be0cedfa1f

View File

@ -5,6 +5,7 @@
modprobe:
name: br_netfilter
state: present
when: ansible_distribution == "Debian"
- name: Ensure procps is installed.
package: