Files
community.general/plugins/inventory
joefis 3a70affb9a Vagrant inventory: exit 0 on success
Current code has sys.exit(1) at the end of the codepath for the
options --help, --list and --host. These are not error conditions
so should be returning 0 for success, not 1 which is EPERM i.e.
"Operation not permitted". Newer Vagrant versions examine the exit
codes from subprocesses and interpret this as a failure.
2015-03-30 16:39:09 +01:00
..
2014-04-29 10:41:05 -04:00
2015-03-27 10:46:01 +01:00
2013-06-28 19:11:32 +00:00
2015-02-11 16:48:04 +01:00