mirror of
https://github.com/ansible-collections/community.general.git
synced 2025-06-28 11:10:21 -07:00
fix ansible-galaxy requirements.yml import_tasks->include in docs (#34519)
Signed-off-by: Adam Miller <admiller@redhat.com>
This commit is contained in:
parent
df909c5726
commit
a67e922a40
1 changed files with 1 additions and 1 deletions
|
@ -152,7 +152,7 @@ Content of the *requirements.yml* file:
|
||||||
# from galaxy
|
# from galaxy
|
||||||
- src: yatesr.timezone
|
- src: yatesr.timezone
|
||||||
|
|
||||||
- import_tasks: <path_to_requirements>/webserver.yml
|
- include: <path_to_requirements>/webserver.yml
|
||||||
|
|
||||||
|
|
||||||
Content of the *webserver.yml* file:
|
Content of the *webserver.yml* file:
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue