cad7fc35f7
Run playbooks in serial are unnecessary and may cause some issue. This patch disables serial. This patch also removes the serial for MariaDB playbook. MariaDB handle this internally. Partial-Bug: #1668185 Change-Id: I3b4216dd82607475e9bd9b44590b631be4abdbdd
6 lines
187 B
YAML
6 lines
187 B
YAML
---
|
|
features:
|
|
- Run ansible playbooks in serial is disabled by default now. Serial is not
|
|
recommended. But you can enable it by configuring ANSIBLE_SERIAL
|
|
environment variable.
|