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
This commit is contained in:
Alex Schultz 2020-07-22 13:44:24 -06:00
parent 1ed76a298c
commit 7a46a91e75
1 changed files with 0 additions and 3 deletions

View File

@ -735,9 +735,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}}'