Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
use `include_tasks` instead of `import_tasks`. Given that with `import_tasks` statements are preprocessed and the tasks that defines it hasn't been run yet, it will fail and complain like following: ``` The error was: 'ansible.vars.hostvars.HostVarsVars object' has no attribute '_interface' ``` Using `include_tasks` instead fixes this. Signed-off-by: Guillaume Abrioux <[email protected]> (cherry picked from commit 434793e)
- Loading branch information