mirror of https://github.com/ansible/ansible.git
reboot: Fix typo and support bare Linux systems (#45607)
* reboot: Fix typo and support bare Linux systems
This fixes a problem for bare Linux systems that do not support 'who -b' or 'uptime -s'.
* Accumulate stdout and stderr information
(cherry picked from commit a7a99c5fd4)
pull/46706/head
parent
8715f96af0
commit
07ed487427
@ -0,0 +1,2 @@
|
||||
bugfixes:
|
||||
- reboot - use correct syntax for fetching a value from a dict and account for bare Linux systems (https://github.com/ansible/ansible/pull/45607#issuecomment-422403177)
|
||||
Loading…
Reference in New Issue