From a67e922a40f02201f886a8a15a5980c3e1ff7d86 Mon Sep 17 00:00:00 2001 From: Adam Miller Date: Mon, 8 Jan 2018 14:18:40 -0800 Subject: [PATCH] fix ansible-galaxy requirements.yml import_tasks->include in docs (#34519) Signed-off-by: Adam Miller --- docs/docsite/rst/galaxy.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/docsite/rst/galaxy.rst b/docs/docsite/rst/galaxy.rst index 3fd2c90b6a..b3b0747d62 100644 --- a/docs/docsite/rst/galaxy.rst +++ b/docs/docsite/rst/galaxy.rst @@ -152,7 +152,7 @@ Content of the *requirements.yml* file: # from galaxy - src: yatesr.timezone - - import_tasks: /webserver.yml + - include: /webserver.yml Content of the *webserver.yml* file: