overview_architecture.rst: fix playbook example (#71303)

pull/71326/head
Andrew Klychkov 4 years ago committed by GitHub
parent 9296ee9329
commit a496b89d6f
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -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:

Loading…
Cancel
Save