From 5b179ffc0dc210fd65b35e9f6c56850c3d950ee1 Mon Sep 17 00:00:00 2001 From: Hyperling Date: Sun, 31 Jan 2021 16:53:19 -0600 Subject: [PATCH] Testing change for Debian. It is upset that it is not finding tasks. It is on ansible 2.7.7 where Ubuntu is 2.9.9 and FreeBSD is 2.9.7. "ERROR! no action detected in task. This often indicates a misspelled module name, or incorrect module path." --- local.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/local.yml b/local.yml index 120589b..a317ef8 100644 --- a/local.yml +++ b/local.yml @@ -8,7 +8,7 @@ become: true pre_tasks: - - include: facts/system.yml + - include_tasks: facts/system.yml - include: facts/package.yml - include: facts/service.yml - include: facts/user.yml