The Ansible reboot module fails to acknowledge a host is back up after a successful reboot.
To reproduce we can run the following from within the container:
ansible all -m reboot -i inventory.ini
The same command works outside of this container and inside other containers (though everything else about this resource is better than the others wherein the reboot is working).
Sorry for the scare, was having an identity crisis, after some sleep found the problem wasn't with the bare image but how I'm handling my keys and ssh configs within it.
The Ansible reboot module fails to acknowledge a host is back up after a successful reboot.
To reproduce we can run the following from within the container:
ansible all -m reboot -i inventory.ini
The same command works outside of this container and inside other containers (though everything else about this resource is better than the others wherein the reboot is working).