style(renovate): name of tasks, use built in module
continuous-integration/drone/push Build was killed Details

This commit is contained in:
Markus Pesch 2023-02-12 14:59:55 +01:00
parent 4ca7918107
commit ad81f62779
Signed by: volker.raschek
GPG Key ID: 852BCC170D81A982
2 changed files with 2 additions and 2 deletions

View File

@ -1,6 +1,6 @@
--- ---
- name: enable renovate - name: Enable renovate
ansible.builtin.systemd: ansible.builtin.systemd:
name: "renovate.timer" name: "renovate.timer"
state: started state: started

View File

@ -31,4 +31,4 @@
- etc/systemd/system/renovate.service - etc/systemd/system/renovate.service
- etc/systemd/system/renovate.timer - etc/systemd/system/renovate.timer
notify: notify:
- enable renovate - Enable renovate