Use import_tasks rather than deprecated import.

This commit is contained in:
Steve Smith
2019-04-17 12:05:02 +10:00
parent bfac053ab7
commit 3d08b9d530
3 changed files with 3 additions and 3 deletions

View File

@@ -1,7 +1,7 @@
---
- name: Perform distro-specific tasks
include: "{{ ansible_distribution|lower }}.yml"
include_tasks: "{{ ansible_distribution|lower }}.yml"
- name: Create product user
user: