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

fixed include_role doc example (#27986)

fixes #27985
This commit is contained in:
Brian Coca 2017-08-09 22:44:56 -04:00 committed by Jordan Borean
parent 38d026b1db
commit 940a74a93a

View file

@ -141,7 +141,7 @@ Or, using the newer syntax::
tasks:
- include_role:
name: foo_app_instance
args:
vars:
dir: '/opt/a'
app_port: 5000
...