mirror of
https://github.com/ansible-collections/community.general.git
synced 2024-09-14 20:13:21 +02:00
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>
This commit is contained in:
parent
a0c67a8894
commit
7496466f9d
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