From 1ed3cef0450d9baf5ec45511ad202dc35daa7c0f Mon Sep 17 00:00:00 2001 From: Alex Schultz Date: Wed, 22 Jul 2020 13:44:24 -0600 Subject: [PATCH] Remove strategy comment We switched to our free version which does work with any_errors_fatal now so this comment is no longer relevant. Change-Id: Ifad07edb4496b0e3ea5b34aee3933ece4bb2dfc6 (cherry picked from commit 7a46a91e75c5a1c689974b7bdf9ee8c94e9bf7e9) --- common/deploy-steps.j2 | 3 --- 1 file changed, 3 deletions(-) diff --git a/common/deploy-steps.j2 b/common/deploy-steps.j2 index 9d5b31acec..e3ba115136 100644 --- a/common/deploy-steps.j2 +++ b/common/deploy-steps.j2 @@ -727,9 +727,6 @@ outputs: become: true gather_facts: "{% raw %}{{ gather_facts | default(false) }}{% endraw %}" any_errors_fatal: yes - # FIXME(shardy) - it would be nice to use strategy: free to - # allow the tasks per-step to run in parallel on each role, - # but that doesn't work with any_errors_fatal: yes vars: bootstrap_server_id: BOOTSTRAP_SERVER_ID step: '{{step}}'