use include_tasks instead of include

Change-Id: I49e0ed58b5d26af5c1309183f6b76c7a96cfe429
This commit is contained in:
caoyuan 2018-07-24 18:58:44 +08:00
parent e9bb87e7a6
commit 4f98651a93
1 changed files with 4 additions and 4 deletions

View File

@ -93,15 +93,15 @@
notify:
- Restart systemd-journald
- include: nspawn_cache_prestage.yml
- include_tasks: nspawn_cache_prestage.yml
tags:
- always
- include: nspawn_volume.yml
- include_tasks: nspawn_volume.yml
- include: nspawn_networking.yml
- include_tasks: nspawn_networking.yml
- include: nspawn_cache.yml
- include_tasks: nspawn_cache.yml
- name: (RE)Gather facts post setup
setup: {}