From a194bb610ece5a7a840795e275d5fa2d150c4155 Mon Sep 17 00:00:00 2001 From: Tobias Richter Date: Tue, 20 Aug 2024 23:02:32 +0200 Subject: [PATCH] Fix compatibility with newer ansible versions, replace include against include_tasks --- handlers/main.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/handlers/main.yml b/handlers/main.yml index 3f890b3..83081af 100644 --- a/handlers/main.yml +++ b/handlers/main.yml @@ -1,3 +1,3 @@ --- - name: wcm_io_devops.jenkins_facts gather - include: gather_jenkins_facts.yml + include_tasks: gather_jenkins_facts.yml