mirror of
https://github.com/ansible-collections/community.general.git
synced 2026-05-06 13:22:48 +00:00
Document playbook_dir (#16166)
It was added back in 2013, in version 1.3: https://github.com/ansible/ansible/issues/4246
This commit is contained in:
committed by
Brian Coca
parent
596b32f31e
commit
b479a80d45
@@ -672,6 +672,8 @@ Don't worry about any of this unless you think you need it. You'll know when yo
|
||||
|
||||
Also available, ``inventory_dir`` is the pathname of the directory holding Ansible's inventory host file, ``inventory_file`` is the pathname and the filename pointing to the Ansible's inventory host file.
|
||||
|
||||
``playbook_dir`` contains the playbook base directory.
|
||||
|
||||
We then have ``role_path`` which will return the current role's pathname (since 1.8). This will only work inside a role.
|
||||
|
||||
And finally, ``ansible_check_mode`` (added in version 2.1), a boolean magic variable which will be set to ``True`` if you run Ansible with ``--check``.
|
||||
|
||||
Reference in New Issue
Block a user