From 77878b3a6636af2a81b1a7a063152e8b22e3c532 Mon Sep 17 00:00:00 2001 From: Salt Date: Mon, 18 Apr 2022 11:24:38 -0500 Subject: [PATCH] Add a note to site.yml about how cleanup rolls reboots --- site.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/site.yml b/site.yml index dcb984a..0e38e8e 100755 --- a/site.yml +++ b/site.yml @@ -23,4 +23,5 @@ - import_playbook: "{{ item }}" loop: "{{ lookup('fileglob' 'prod_*.yml') }}" # Once that's all done, we clean up + # NOTE: This little cleanup playbook rolls reboots! - import_playbook: cleanup.yml