Skip to content
Snippets Groups Projects
Commit e2fc43bd authored by Jörg Sachse's avatar Jörg Sachse
Browse files

chore: use latest FQCN for ansible.builtin.systemd_service module

parent 2106581f
No related branches found
No related tags found
No related merge requests found
......@@ -23,7 +23,7 @@
- "rosetta_maintenance_begin.timer"
- "rosetta_maintenance_end.timer"
- name: enable Rosetta maintenance services and timers
ansible.builtin.systemd:
ansible.builtin.systemd_service:
name: "{{ item.name }}"
enabled: "{{ item.enabled | default(true) }}"
state: "{{ item.state | default('started') }}"
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment