From 3fe6de475bde8cd98cdbc733ff00d5679778758f Mon Sep 17 00:00:00 2001 From: Joshua Smith Date: Sat, 3 Feb 2018 06:29:40 -0500 Subject: [PATCH] Update example syntax in playbooks_delegation.rst. (#35674) --- docs/docsite/rst/playbooks_delegation.rst | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/docs/docsite/rst/playbooks_delegation.rst b/docs/docsite/rst/playbooks_delegation.rst index 6511813a0f..319c8a5412 100644 --- a/docs/docsite/rst/playbooks_delegation.rst +++ b/docs/docsite/rst/playbooks_delegation.rst @@ -121,7 +121,9 @@ Using this with the 'serial' keyword to control the number of hosts executing at delegate_to: 127.0.0.1 - name: actual steps would go here - yum: name=acme-web-stack state=latest + yum: + name: acme-web-stack + state: latest - name: add back to load balancer pool command: /usr/bin/add_back_to_pool {{ inventory_hostname }}