mirror of https://github.com/ansible/ansible.git
check for chroot in systemd module (#43904)
* check for result['status'] in systemd module
* instead of checking for result['state'], actually check for chroot and warn
* allow systemctl status to work if in a chroot, update warn text
* simply change warning message
(cherry picked from commit 37960ccc87)
pull/51150/head
parent
278aa94f1f
commit
8f2e6abbcf
@ -0,0 +1,2 @@
|
||||
bugfixes:
|
||||
- systemd - warn when exeuting in a chroot environment rather than failing (https://github.com/ansible/ansible/pull/43904)
|
||||
Loading…
Reference in New Issue