Fix ansible provisioner docs for galaxy_force_install conf parameter

This commit is contained in:
Tadej Janež 2019-08-22 11:28:22 +02:00
parent 261cf74f1b
commit 491c832f59
No known key found for this signature in database
GPG Key ID: 37B064855C101C1B
1 changed files with 3 additions and 2 deletions

View File

@ -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.