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."

This commit is contained in:
Hyperling 2021-01-31 16:53:19 -06:00
parent 7ede59c950
commit 5b179ffc0d

View File

@ -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