Commit e8b5ff38 by Max Rothman

OPS-976: Remove serial option from mongo play

The mongo play doesn't work when run serially. It's run non-serially in
other places (vagrant-cluster.yml, for example). The serial option seems
to have been added mistakenly in 2632cb86 (#1522) and not tested.
parent 7ec85999
...@@ -2,9 +2,6 @@ ...@@ -2,9 +2,6 @@
hosts: all hosts: all
sudo: True sudo: True
gather_facts: True gather_facts: True
vars:
serial_count: 1
serial: "{{ serial_count }}"
roles: roles:
- mongo - mongo
- role: datadog - role: datadog
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment