Merge "use include_tasks instead of include"

This commit is contained in:
Zuul 2018-08-09 17:29:20 +00:00 committed by Gerrit Code Review
commit 1316735c81
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: {}