mirror of https://github.com/ansible/ansible.git
systemd - use list-unit-files rather than list-units (#72363)
list-unit-files will return all files on the system. list-units omits those that are disabled. Co-authored-by: Ken Dreyer <ktdreyer@ktdreyer.com>pull/72374/head
parent
7352457e7b
commit
d6115887fa
@ -0,0 +1,5 @@
|
||||
bugfixes:
|
||||
- >
|
||||
systemd - follow up fix to https://github.com/ansible/ansible/issues/72338
|
||||
to use ``list-unit-files`` rather than ``list-units`` in order to show
|
||||
all units files on the system.
|
||||
Loading…
Reference in New Issue