mirror of
https://github.com/geerlingguy/ansible-role-kubernetes.git
synced 2025-08-10 13:49:41 +02:00
fix when expression
This commit is contained in:
parent
0c3d38f4fe
commit
ba25087db9
@ -41,7 +41,7 @@
|
|||||||
|
|
||||||
- name: reload the sysctl parameters
|
- name: reload the sysctl parameters
|
||||||
command: sysctl --system
|
command: sysctl --system
|
||||||
when: sysctld.changed
|
|
||||||
when: >
|
when: >
|
||||||
ansible_distribution != 'Debian'
|
(ansible_distribution != 'Debian'
|
||||||
or ansible_distribution_major_version | int < 10
|
or ansible_distribution_major_version | int < 10)
|
||||||
|
and sysctld.changed
|
||||||
|
Loading…
Reference in New Issue
Block a user