Skip to content
Snippets Groups Projects
Commit 00e80039 authored by godog's avatar godog
Browse files

base: faster reset-failed of disabled units

parent 7375aa87
No related branches found
No related tags found
1 merge request!96Buster fixes
...@@ -14,6 +14,5 @@ ...@@ -14,6 +14,5 @@
# Also clear failed status if any for disabled units # Also clear failed status if any for disabled units
- name: Reset failed unwanted systemd units - name: Reset failed unwanted systemd units
command: "systemctl reset-failed {{ item }}" command: "systemctl reset-failed {{ float_disabled_systemd_units | join(' ') }}"
ignore_errors: true ignore_errors: true
with_items: "{{ float_disabled_systemd_units }}"
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment