library/roles/smartgears/smartgears/tasks/main.yml: include -> import_tasks

This commit is contained in:
Andrea Dell'Amico 2018-01-25 18:39:50 +01:00
parent e76816006a
commit 24b25e0b06
1 changed files with 3 additions and 3 deletions

View File

@ -1,6 +1,6 @@
---
- include: smartgears-app.yml
- include: data-transfer-service.yml
- import_tasks: smartgears-app.yml
- import_tasks: data-transfer-service.yml
when: data_transfer_service_install
- include: install-gcube-keys.yml
- import_tasks: install-gcube-keys.yml