ansible/docs/docsite/rst/user_guide/playbooks_roles.rst
scottb 373b1dcf59
Core Docs Refactor and Redesign (#36067)
* Docs refactor as outlined in https://github.com/ansible/proposals/issues/79. Moves content into 'guides'; refactors TOC; fixes CSS; design tweaks to layout and CSS; fixes generated plugin, CLI and module docs to fix links accodingly; more.

* Adding extra blank line for shippable
2018-02-13 07:23:55 -08:00

17 lines
509 B
ReStructuredText

Playbook Roles and Include Statements
=====================================
.. contents:: Topics
The documentation regarding roles and includes for playbooks have moved. Their new location is here: :doc:`playbooks_reuse`. Please update any links you may have made directly to this page.
.. seealso::
:doc:`galaxy`
How to share roles on galaxy, role management
:doc:`playbooks`
Review the basic Playbook language features
:doc:`playbooks_reuse`
Creating reusable Playbooks.