reset ansible-local documentation to include galaxy_command

fix spacing in fixer.go
This commit is contained in:
Kevin Gunn 2019-11-26 01:05:33 -05:00
parent 28d1037864
commit 70aa0516de
3 changed files with 4 additions and 4 deletions

View File

@ -45,7 +45,7 @@ func init() {
"clean-image-name": new(FixerCleanImageName),
"spot-price-auto-product": new(FixerAmazonSpotPriceProductDeprecation),
"qemu-disk-size": new(FixerQEMUDiskSize),
"galaxy-command": new(FixerGalaxyCommand),
"galaxy-command": new(FixerGalaxyCommand),
}
FixerOrder = []string{
@ -74,6 +74,6 @@ func init() {
"clean-image-name",
"spot-price-auto-product",
"qemu-disk-size",
"galaxy-command",
"galaxy-command",
}
}

View File

@ -67,7 +67,7 @@ type Config struct {
GalaxyFile string `mapstructure:"galaxy_file"`
// The command to run ansible-galaxy
GalaxyCommand string `mapstructure:"galaxy_command"`
GalaxyCommand string `mapstructure:"galaxy_command"`
}
type Provisioner struct {

View File

@ -125,7 +125,7 @@ chi-appservers
cli](http://docs.ansible.com/ansible/galaxy.html#the-ansible-galaxy-command-line-tool)
on the remote machine. By default, this is empty.
- `galaxycommand` (string) - The command to invoke ansible-galaxy. By
- `galaxy_command` (string) - The command to invoke ansible-galaxy. By
default, this is ansible-galaxy.
- `group_vars` (string) - a path to the directory containing ansible group