From 6f451ee4c8340e5d1407bc4be41ebbb0f06540f2 Mon Sep 17 00:00:00 2001 From: "stephane.david" Date: Mon, 27 Jan 2025 08:10:50 +0100 Subject: [PATCH] Change command in System Restart Playbook --- system_restart.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/system_restart.yml b/system_restart.yml index d86151c..beddf17 100644 --- a/system_restart.yml +++ b/system_restart.yml @@ -2,4 +2,4 @@ hosts: all tasks: - name: system restart - shell: shutdown -r now \ No newline at end of file + ansible.builtin.reboot: \ No newline at end of file