troykinsella / concourse-ansible-playbook-resource

A Concourse CI resource for running Ansible playbooks
MIT License
40 stars 19 forks source link

Ansible reboot module fails to acknowledge the host is back up after a successful reboot #28

Closed ardyhash closed 1 year ago

ardyhash commented 1 year ago

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).

ardyhash commented 1 year ago

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.