fix ansible-galaxy requirements.yml import_tasks->include in docs (#34519)

Signed-off-by: Adam Miller <admiller@redhat.com>
This commit is contained in:
Adam Miller 2018-01-08 14:18:40 -08:00 committed by Matt Martz
parent df909c5726
commit a67e922a40

View file

@ -152,7 +152,7 @@ Content of the *requirements.yml* file:
# from galaxy
- src: yatesr.timezone
- import_tasks: <path_to_requirements>/webserver.yml
- include: <path_to_requirements>/webserver.yml
Content of the *webserver.yml* file: