From 1164ead6398bffced9708efba06bf4511926256b Mon Sep 17 00:00:00 2001 From: Jack Ivanov Date: Tue, 13 Dec 2016 22:08:05 +0300 Subject: [PATCH] name fixes --- deploy.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/deploy.yml b/deploy.yml index 2267f2c..01d8af8 100644 --- a/deploy.yml +++ b/deploy.yml @@ -1,4 +1,4 @@ -- name: Configure the server and install required software +- name: Configure the server hosts: localhost tags: algo vars_files: @@ -31,7 +31,7 @@ tags: - cloud -- name: Post-provisioning tasks +- name: Configure the server and install required software hosts: vpn-host gather_facts: false tags: algo