From 674e0fab1643ada57551cb1da4ac7061d6bad6cf Mon Sep 17 00:00:00 2001 From: Mark Bolwell Date: Wed, 25 Jan 2023 09:59:33 +0000 Subject: [PATCH] with_items to loop Signed-off-by: Mark Bolwell --- tasks/post.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tasks/post.yml b/tasks/post.yml index e482df6..3a2426e 100644 --- a/tasks/post.yml +++ b/tasks/post.yml @@ -16,7 +16,7 @@ mode: 0600 register: sysctl_updated notify: Reload sysctl - with_items: + loop: - 60-kernel_sysctl.conf - 60-disable_ipv6.conf - 60-netipv4_sysctl.conf