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 messagepull/50795/head
parent
3b5ac77a16
commit
37960ccc87
@ -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