From 6a2ad95cf5bb78fa4c002e99274f7a21e7aea182 Mon Sep 17 00:00:00 2001 From: Mitchell Hashimoto Date: Fri, 9 Aug 2013 11:13:23 -0700 Subject: [PATCH] provisioners/ansible: update some locale stuff --- templates/locales/en.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/templates/locales/en.yml b/templates/locales/en.yml index a9e44ae20..be3293964 100644 --- a/templates/locales/en.yml +++ b/templates/locales/en.yml @@ -1179,5 +1179,5 @@ en: ansible: no_playbook: "`playbook` must be set for the Ansible provisioner." playbook_path_invalid: "`playbook` for the Ansible provisioner does not exist on the host system: %{path}" - inventory_path_invalid: "`inventory_file` for the Ansible provisioner does not exist on the host system: %{path}" + inventory_path_invalid: "`inventory_path` for the Ansible provisioner does not exist on the host system: %{path}" extra_vars_not_hash: "`extra_vars` for the Ansible provisioner must be a hash"