From f02ad9956985d8c20fa4bb39fd9b9b03db05a4e5 Mon Sep 17 00:00:00 2001 From: Richard Metzler Date: Mon, 12 Sep 2016 14:15:07 +0200 Subject: [PATCH] typo (#17517) --- docsite/rst/playbooks_delegation.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docsite/rst/playbooks_delegation.rst b/docsite/rst/playbooks_delegation.rst index ed9c54a3c99..eaddbf36084 100644 --- a/docsite/rst/playbooks_delegation.rst +++ b/docsite/rst/playbooks_delegation.rst @@ -37,7 +37,7 @@ The ''serial'' keyword can also be specified as a percentage in Ansible 1.8 and play, in order to determine the number of hosts per pass:: - name: test play - hosts: websevers + hosts: webservers serial: "30%" If the number of hosts does not divide equally into the number of passes, the final pass will contain the remainder.