Skip to content

Commit

Permalink
Update special_variables.rst (ansible#76360)
Browse files Browse the repository at this point in the history
  • Loading branch information
dkolepp authored and bcoca committed Dec 15, 2021
1 parent 538158f commit 551898e
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -119,7 +119,7 @@ ansible_play_name
The name of the currently executed play. Added in ``2.8``. (`name` attribute of the play, not file name of the playbook.)

playbook_dir
The path to the directory of the playbook that was passed to the ``ansible-playbook`` command line.
The path to the directory of the current playbook being executed. NOTE: This might be different than directory of the playbook passed to the ``ansible-playbook`` command line when a playbook contains a ``import_playbook`` statement.

role_name
The name of the role currently being executed.
Expand Down

0 comments on commit 551898e

Please sign in to comment.