mirror of https://github.com/ansible/ansible.git
systemd - supports new systemctl output message for chroot (#71197)
The message generated by systemctl has been updated in 9321e23c40, which requires a corresponding change in the systemd module.
In addition, this fixes the module when the SYSTEMD_OFFLINE environment variable is set.
pull/71348/head
parent
5821128995
commit
a1a50bb3cd
@ -0,0 +1,3 @@
|
||||
bugfixes:
|
||||
- systemd - fixed chroot usage on new versions of systemd, that broke because of upstream changes in systemctl output
|
||||
- systemd - made the systemd module work correctly when the SYSTEMD_OFFLINE environment variable is set
|
||||
Loading…
Reference in New Issue