chroot: add disable_root_check option (#7099)

* Initial commit

* Update plugins/connection/chroot.py

Co-authored-by: Felix Fontein <felix@fontein.de>

* Add changelog fragment

* Update changelogs/fragments/7099-chroot-disable-root-check-option.yml

Co-authored-by: Felix Fontein <felix@fontein.de>

---------

Co-authored-by: Сашка724ая <git@sashok724.net>
Co-authored-by: Felix Fontein <felix@fontein.de>
This commit is contained in:
Сашка724ая
2023-08-15 03:41:33 +10:00
committed by GitHub
parent f9f5c45c94
commit bf728aadfb
2 changed files with 21 additions and 5 deletions

View File

@@ -0,0 +1,2 @@
minor_changes:
- "chroot connection plugin - add ``disable_root_check`` option (https://github.com/ansible-collections/community.general/pull/7099)."