From 944a6375304f3c6146afdb4bd183679c5f85b264 Mon Sep 17 00:00:00 2001 From: Jack Ivanov Date: Thu, 9 Mar 2017 00:41:13 +0300 Subject: [PATCH] GCE. Tags fixed #267 --- roles/cloud-gce/tasks/main.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/roles/cloud-gce/tasks/main.yml b/roles/cloud-gce/tasks/main.yml index 6464cba8..a91303fd 100644 --- a/roles/cloud-gce/tasks/main.yml +++ b/roles/cloud-gce/tasks/main.yml @@ -13,7 +13,7 @@ project_id: "{{ credentials_file_lookup.project_id }}" metadata: '{"sshKeys":"root:{{ ssh_public_key_lookup }}"}' tags: - - "environment: algo" + - "environment-algo" register: google_vm - name: Add the instance to an inventory group