You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
|
---
|
|
|
|
# The module is unavailable
|
|
- name: Do not load nf_conntrack_proto_gre for PVE6
|
|
set_fact: pve_mod_to_load={{ pve_mod_to_load | difference(['nf_conntrack_proto_gre']) }}
|
|
when: ansible_distribution_major_version | int >= 10
|
|
tags: pve
|
|
|