vagrant/plugins/provisioners/ansible
Gilles Cornu b2286388f0 provisioners/ansible: add basic config validators
With this change, the `raw_arguments` and `raw_ssh_args` options are:
- STILL automatically converted as an Array when they are set a String
  (no behaviour change)
- rejected if they are not of Array data type otherwise

Additional Notes:
- the 'as_array' tiny helper has been removed since it was no longer
  used.
- there is for now no deeper validation (i.e. verifying that the Array
  elements are only *String* objects)
2016-04-20 23:54:19 +02:00
..
cap/guest provisioners/ansible: minor code formatting change 2015-12-07 22:30:13 +01:00
config provisioners/ansible: add basic config validators 2016-04-20 23:54:19 +02:00
provisioner provisioners/ansible: add basic config validators 2016-04-20 23:54:19 +02:00
errors.rb provisioners/ansible(both): add galaxy support 2015-11-17 22:08:29 +01:00
helpers.rb provisioners/ansible: add basic config validators 2016-04-20 23:54:19 +02:00
plugin.rb Support ansible install on RedHat derivates and Fedora. 2015-12-07 15:44:20 +01:00