lib/locales/en.yml in vagrant-compose-0.2.4 vs lib/locales/en.yml in vagrant-compose-0.7.0

- old
+ new

@@ -14,28 +14,31 @@ %{message} Attribute expression expected to be a literal or a code block returning a literal (see documentation). context_var_expression_error: |- - Error generating ansible context vars for ansible_group => %{ansible_group} + Error generating ansible context vars for ansible_group => %{ansible_group} The error message is shown below: %{message} Ansible context var expression expected to be a Hash literal or a code block returning an Hash literal (see documentation). group_var_expression_error: |- - Error generating ansible group vars for ansible_group => %{ansible_group} + Error generating ansible group vars for ansible_group => %{ansible_group} The error message is shown below: %{message} Ansible group var expression expected to be a Hash literal or a code block returning an Hash literal (see documentation). host_var_expression_error: |- - Error generating ansible host vars for host => %{host} in ansible_group => %{ansible_group} + Error generating ansible host vars for host => %{host} in ansible_group => %{ansible_group} The error message is shown below: %{message} Ansible host var expression expected to be a Hash literal or a code block returning an Hash literal (see documentation). + pycompose_missing: |- + Utitity pycompose missing. see documentation. + pycompose_error: |- - Error generating: + Error running cluster playbook: %{message}