Skip to content

Commit

Permalink
added note about cli execution of include_x (ansible#45227)
Browse files Browse the repository at this point in the history
  • Loading branch information
bcoca authored and acozine committed Sep 21, 2018
1 parent ac49247 commit 03d8b68
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions docs/docsite/rst/porting_guides/porting_guide_2.7.rst
Original file line number Diff line number Diff line change
Expand Up @@ -198,6 +198,10 @@ Noteworthy module changes
* The ``win_disk_image`` module has deprecated the return value ``mount_path``, use ``mount_paths[0]`` instead. This will
be removed in Ansible 2.11.

* ``include_role`` and ``include_tasks`` can now be used directly from ``ansible`` (adhoc) and ``ansible-console``::

#> ansible -m include_role -a 'name=myrole' all

Plugins
=======

Expand Down

0 comments on commit 03d8b68

Please sign in to comment.