reset ansible-local documentation to include galaxy_command
fix spacing in fixer.go
This commit is contained in:
parent
28d1037864
commit
70aa0516de
|
@ -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",
|
||||
}
|
||||
}
|
||||
|
|
|
@ -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 {
|
||||
|
|
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue