mirror of
https://github.com/geerlingguy/ansible-role-kubernetes.git
synced 2025-08-01 13:49:01 +02:00
back to debian
This commit is contained in:
parent
ad14ef2759
commit
7db89c3c47
@ -5,7 +5,7 @@
|
||||
modprobe:
|
||||
name: br_netfilter
|
||||
state: present
|
||||
when: (ansible_os_family | lower) == "ubuntu"
|
||||
when: ansible_distribution == "Debian"
|
||||
|
||||
- name: Ensure procps is installed.
|
||||
package:
|
||||
|
Loading…
Reference in New Issue
Block a user