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:
parent
26819d707d
commit
9ed246e432
1 changed files with 0 additions and 3 deletions
|
@ -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
|
||||
````````````````````
|
||||
|
||||
|
|
Loading…
Reference in a new issue