From 8bf82336f800a6c6955162b5b920e8ed63fafea7 Mon Sep 17 00:00:00 2001 From: Bertrand Lanson Date: Thu, 11 Jul 2024 23:29:17 +0200 Subject: [PATCH] fix: more deployment host exclusion --- playbooks/preflight.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/playbooks/preflight.yml b/playbooks/preflight.yml index b49cd73..c738f23 100644 --- a/playbooks/preflight.yml +++ b/playbooks/preflight.yml @@ -1,7 +1,7 @@ --- # hashistack deployment playbook - name: "Preflight" - hosts: all + hosts: all, !deployment strategy: linear gather_facts: true become: true