From fd2842be65e59876f259abbabcfff079a03cd0f2 Mon Sep 17 00:00:00 2001 From: Matthieu Saulnier Date: Mon, 16 Jul 2018 21:18:42 +0200 Subject: fix incomplete replacement --- site.yml | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/site.yml b/site.yml index 736b2ed..4378be9 100644 --- a/site.yml +++ b/site.yml @@ -5,10 +5,10 @@ roles: - common -- include: ntpserver.yml -- include: mtaserver.yml -- include: clients.yml -- include: dnsserver.yml -- include: torrelay.yml -- include: bittorrent.yml -- include: update.yml +- import_playbook: ntpserver.yml +- import_playbook: mtaserver.yml +- import_playbook: clients.yml +- import_playbook: dnsserver.yml +- import_playbook: torrelay.yml +- import_playbook: bittorrent.yml +- import_playbook: update.yml -- cgit