ansible-coreos-bootstrap
ansible-coreos-bootstrap copied to clipboard
Moved .bootstrapped creation to end of task list
I had some problems with Ansible failing between running bootstrap.sh and the role finishing its task list, so I moved the creation of the .bootstrapped file from the end of bootstrap.sh to the end of the task list. This way, if something goes wrong between running bootstrap.sh and finishing up, the bootstrapping role will be run again and fix itself.