overview_architecture.rst: fix playbook example (#71303) (#71367)

(cherry picked from commit a496b89d6f)
This commit is contained in:
Andrew Klychkov 2020-08-20 17:46:40 +03:00 committed by GitHub
parent 1984a34c2b
commit e0a550efea
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -66,15 +66,15 @@ Here's what a simple playbook looks like::
---
- hosts: webservers
serial: 5 # update 5 machines at a time
roles:
- common
- webapp
serial: 5 # update 5 machines at a time
roles:
- common
- webapp
- hosts: content_servers
roles:
- common
- content
roles:
- common
- content
.. _ansible_search_path: