two indentation fixes in playbooks_reuse_roles.rst (#51934)

+label: docsite_pr
This commit is contained in:
Evgeni Golov 2019-02-11 20:47:09 +01:00 committed by Sandra McCann
parent c55317a2bd
commit ace38a2646

View file

@ -70,8 +70,8 @@ The classic (original) way to use roles is via the ``roles:`` option for a given
--- ---
- hosts: webservers - hosts: webservers
roles: roles:
- common - common
- webservers - webservers
This designates the following behaviors, for each role 'x': This designates the following behaviors, for each role 'x':
@ -149,7 +149,7 @@ Or, using the newer syntax::
- hosts: webservers - hosts: webservers
tasks: tasks:
- include_role: - include_role:
name: foo_app_instance name: foo_app_instance
vars: vars:
dir: '/opt/a' dir: '/opt/a'
app_port: 5000 app_port: 5000