Switch all includes to import_tasks.

This commit is contained in:
Tom Alexander
2022-10-11 20:36:59 -04:00
parent 238885db9a
commit 207c7c2f71
5 changed files with 9 additions and 9 deletions

View File

@@ -26,8 +26,8 @@
loop:
- .ansible_deploy
- include: tasks/peruser_freebsd.yaml
- import_tasks: tasks/peruser_freebsd.yaml
when: 'os_flavor == "freebsd"'
- include: tasks/peruser_linux.yaml
- import_tasks: tasks/peruser_linux.yaml
when: 'os_flavor == "linux"'