diff options
| -rw-r--r-- | site.yml | 6 |
1 files changed, 6 insertions, 0 deletions
@@ -6,3 +6,9 @@ - role: "partition" - role: "bootstrap" - role: "configure" + tasks: + - name: "Reboot" + ansible.builtin.command: "reboot" + async: 1 + poll: 0 + changed_when: true |
