1
0
Fork 0
mirror of https://github.com/ansible-collections/community.general.git synced 2024-09-14 20:13:21 +02:00

Resolve merge conflict.

This commit is contained in:
Michael DeHaan 2013-04-12 17:51:55 -04:00
parent 26819d707d
commit 9ed246e432

View file

@ -417,8 +417,6 @@ inside another.
play are going to get the same tasks. ('only_if' provides some
ability for hosts to conditionally skip tasks).
<<<<<<< HEAD:docsite/rst/playbooks.rst
=======
Roles
`````
@ -480,7 +478,6 @@ Also, should you wish to parameterize roles, by adding variables, you can do so,
- { role: foo_app_instance, dir: '/opt/a', port: 5000 }
- { role: foo_app_instance, dir: '/opt/b', port: 5001 }
>>>>>>> Docs on parameterized roles, make document generation output less noisy:docsite/latest/rst/playbooks.rst
Executing A Playbook
````````````````````