From fecf70c71b9af1900db49b166db771748ca110a1 Mon Sep 17 00:00:00 2001 From: Ricardo Carrillo Cruz Date: Mon, 13 Apr 2015 15:55:25 +0200 Subject: [PATCH] Add common include to site.yml --- site.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/site.yml b/site.yml index 3bfffe9..2b81725 100644 --- a/site.yml +++ b/site.yml @@ -1,6 +1,7 @@ --- # file: site.yml - include: provision_infra_servers.yml +- include: common.yml - include: set_hostnames.yml - include: deploy_site_pp.yml - include: deploy_hiera.yml