mirror of
https://github.com/ansible-collections/community.general.git
synced 2024-09-14 20:13:21 +02:00
[PR #7010/7496466f backport][stable-7] Update chroot.py - better documentation (#7101)
Update chroot.py - better documentation (#7010)
* Update chroot.py
Better informations about sudo and env.
* Update plugins/connection/chroot.py
---------
Co-authored-by: Abhijeet Kasurde <akasurde@redhat.com>
(cherry picked from commit 7496466f9d
)
Co-authored-by: Przemysław Sztoch <psztoch@finn.pl>
This commit is contained in:
parent
76fbb50270
commit
8b66bb9a02
1 changed files with 3 additions and 1 deletions
|
@ -49,8 +49,10 @@ DOCUMENTATION = '''
|
|||
'''
|
||||
|
||||
EXAMPLES = r"""
|
||||
# Static inventory file
|
||||
# Plugin requires root privileges for chroot, -E preserves your env (and location of ~/.ansible):
|
||||
# sudo -E ansible-playbook ...
|
||||
#
|
||||
# Static inventory file
|
||||
# [chroots]
|
||||
# /path/to/debootstrap
|
||||
# /path/to/feboostrap
|
||||
|
|
Loading…
Reference in a new issue