Skip to content
This repository has been archived by the owner on Feb 29, 2024. It is now read-only.

Commit

Permalink
Remove strategy comment
Browse files Browse the repository at this point in the history
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 7a46a91)
  • Loading branch information
mwhahaha authored and EmilienM committed Jul 23, 2020
1 parent 8adccac commit 1ed3cef
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions common/deploy-steps.j2
Original file line number Diff line number Diff line change
Expand Up @@ -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}}'
Expand Down

0 comments on commit 1ed3cef

Please sign in to comment.