From c9f81a173902b3976af13e8224ebf0abcb00e6f1 Mon Sep 17 00:00:00 2001 From: Patrick Toal Date: Thu, 25 Jun 2020 13:53:22 -0400 Subject: [PATCH] Use import_playbook --- site.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/site.yml b/site.yml index a830fca..db49453 100644 --- a/site.yml +++ b/site.yml @@ -23,10 +23,10 @@ - toallab.infrastructure - name: Include Minecraft tasks - include: minecraft.yml + import_playbook: minecraft.yml - name: Include Gitea tasks - include: gitea.yml + import_playbook: gitea.yml # - name: Include Pod Host # include: podhost.yml