From 1de4ffe5947ba1023952930e9687528768af86d5 Mon Sep 17 00:00:00 2001 From: Brian Harrington Date: Tue, 21 Nov 2017 13:49:54 +0800 Subject: [PATCH] GCE correct variable key (#734) `server_name` should be `gce_server_name` for Google Compute Engine --- docs/deploy-from-ansible.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/deploy-from-ansible.md b/docs/deploy-from-ansible.md index 5c92a32b..646d838a 100644 --- a/docs/deploy-from-ansible.md +++ b/docs/deploy-from-ansible.md @@ -180,7 +180,7 @@ Additional tags: Required variables: - credentials_file -- server_name +- gce_server_name - ssh_public_key - zone