dalgibbard / citrix_xenserver_patcher

Auto / Manual Patching tool for Citrix XenServer Boxes
Do What The F*ck You Want To Public License
142 stars 45 forks source link

prompt to reboot breaks automated runs #68

Closed ThisGuyCodes closed 7 years ago

ThisGuyCodes commented 7 years ago

when I run this in an automated manner (i.e. from ansible) and don't specify the "auto reboot" option, it prompts me to reboot at the end, which times out/breaks since there's no user to give input.

Could it be made to not prompt? Perhaps it makes sense to add this as a feature to the new (and amazing) -q flag?

dalgibbard commented 7 years ago

Yeap makes sense :) I'll sort this tomorrow.

dalgibbard commented 7 years ago

Or today lol

dalgibbard commented 7 years ago

Hey @ThisGuyCodes - this should be fixed in the master branch now, can you check and report back? :)

ThisGuyCodes commented 7 years ago

Beautiful! Actually broke me for a moment because I was using expect. Thanks again!