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