From 8873186046cd8d2845c713e98a02913d30af7e0b Mon Sep 17 00:00:00 2001 From: Salt Date: Tue, 26 Jan 2021 05:57:07 -0600 Subject: [PATCH] Actually wait, the order was important --- reboot.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/reboot.yml b/reboot.yml index 521b5a2..ee7ef47 100755 --- a/reboot.yml +++ b/reboot.yml @@ -1,7 +1,7 @@ #!/usr/bin/env ansible-playbook # vim:ft=ansible: --- -- hosts: prod +- hosts: db,web,game serial: 1 tasks: - name: check for reboot-required