Browse Source

Fix typo: Modprode -> Modprobe (#6429)

pull/6446/head
Igor Vuk 4 years ago
committed by GitHub
parent
commit
ea67bb6e41
No known key found for this signature in database GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions
  1. 2
      roles/kubernetes/node/tasks/main.yml

2
roles/kubernetes/node/tasks/main.yml

@ -90,7 +90,7 @@
- net.bridge.bridge-nf-call-arptables - net.bridge.bridge-nf-call-arptables
- net.bridge.bridge-nf-call-ip6tables - net.bridge.bridge-nf-call-ip6tables
- name: Modprode Kernel Module for IPVS
- name: Modprobe Kernel Module for IPVS
modprobe: modprobe:
name: "{{ item }}" name: "{{ item }}"
state: present state: present

Loading…
Cancel
Save