From 65283c5a51189b86b4ecc1b7bbf716c8d98bccd1 Mon Sep 17 00:00:00 2001 From: Richard Megginson Date: Tue, 11 Jan 2022 11:30:41 -0500 Subject: [PATCH] fix another typo fix another typo --- tasks/main.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tasks/main.yml b/tasks/main.yml index ac1c479..7826300 100644 --- a/tasks/main.yml +++ b/tasks/main.yml @@ -178,7 +178,7 @@ when: - timesync_mode == 2 - "'linuxptp' in ansible_facts.packages" - - timesync_ptp4l_sysconfig_path | lenght > 0 + - timesync_ptp4l_sysconfig_path | length > 0 - name: Generate phc2sys sysconfig file template: