Fix lint issues

This commit is contained in:
Jake Howard
2023-10-01 17:10:37 +01:00
parent 5770ab4a59
commit 54c88d4253
3 changed files with 8 additions and 7 deletions

View File

@ -26,12 +26,12 @@
- name: Automatically update Dokku plugins
cron:
name: "dokku plugin:update {{ item.name }}"
minute: "0"
hour: "12"
user: "root"
job: "/usr/bin/chronic /usr/bin/dokku plugin:update {{ item.name }}"
cron_file: "dokku-plugin-update-{{ item.name }}"
name: dokku plugin:update {{ item.name }}
minute: 0
hour: 12
user: root
job: /usr/bin/chronic /usr/bin/dokku plugin:update {{ item.name }}
cron_file: dokku-plugin-update-{{ item.name }}
loop: "{{ dokku_plugins }}"
loop_control:
label: "{{ item.name }}"