From 491c832f59f099e6882037f6f539dea43b536011 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Tadej=20Jane=C5=BE?= Date: Thu, 22 Aug 2019 11:28:22 +0200 Subject: [PATCH] Fix ansible provisioner docs for galaxy_force_install conf parameter --- website/source/docs/provisioners/ansible.html.md.erb | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/website/source/docs/provisioners/ansible.html.md.erb b/website/source/docs/provisioners/ansible.html.md.erb index 0d8c011a2..b19693706 100644 --- a/website/source/docs/provisioners/ansible.html.md.erb +++ b/website/source/docs/provisioners/ansible.html.md.erb @@ -104,8 +104,9 @@ Optional Parameters: - `galaxy_command` (string) - The command to invoke ansible-galaxy. By default, this is `ansible-galaxy`. -- `galaxy_force_install` (string) - Force overwriting an existing role. - Adds `--force` option to `ansible-galaxy` command. By default, this is empty. +- `galaxy_force_install` (bool) - Force overwriting an existing role. + Adds `--force` option to `ansible-galaxy` command. By default, this is + `false`. - `groups` (array of strings) - The groups into which the Ansible host should be placed. When unspecified, the host is not associated with any groups.