I\'m trying to restart the server and then wait, using this:
- name: Restart server shell: reboot - name: Wait for server to restart wait_for: port=
- wait_for: port: 22 host: "{{ inventory_hostname }}" delegate_to: 127.0.0.1