Fix Ansible tags usage, use import_tasks

This commit is contained in:
Daniel A. Maierhofer
2018-07-13 11:49:20 +02:00
parent b7b9a27766
commit 44af318726
8 changed files with 18 additions and 22 deletions

View File

@@ -1,5 +1,4 @@
---
- name: "deploying ruby sites"
include_tasks: site.yml
import_tasks: site.yml
with_items: "{{ruby_sites}}"