diff --git a/fix/fixer.go b/fix/fixer.go index fc82642da..10919a4a9 100644 --- a/fix/fixer.go +++ b/fix/fixer.go @@ -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", } } diff --git a/provisioner/ansible-local/provisioner.go b/provisioner/ansible-local/provisioner.go index a2906f9aa..4575115ac 100644 --- a/provisioner/ansible-local/provisioner.go +++ b/provisioner/ansible-local/provisioner.go @@ -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 { diff --git a/website/source/docs/provisioners/ansible-local.html.md.erb b/website/source/docs/provisioners/ansible-local.html.md.erb index 65f00944a..73ea3029b 100644 --- a/website/source/docs/provisioners/ansible-local.html.md.erb +++ b/website/source/docs/provisioners/ansible-local.html.md.erb @@ -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