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>
pull/7103/head
Przemysław Sztoch 2023-08-12 18:03:56 +02:00 committed by GitHub
parent a0c67a8894
commit 7496466f9d
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 3 additions and 1 deletions

View File

@ -49,8 +49,10 @@ DOCUMENTATION = '''
''' '''
EXAMPLES = r""" 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] # [chroots]
# /path/to/debootstrap # /path/to/debootstrap
# /path/to/feboostrap # /path/to/feboostrap