updated gobackup state

This commit is contained in:
Paul 2023-11-24 19:32:23 +01:00
parent bc3130222e
commit 3f8d88612b

View File

@ -9,12 +9,3 @@ gobackup-config-file:
- name: {{ gobackup.config_dir }}/gobackup.yml
- source: salt://gobackup/templates/gobackup.yml.j2
- template: jinja
gobackup-task-schedule:
schedule.absent:
- name: gobackup-task-schedule
- function: cmd.run
- job_args:
- gobackup perform
- cron: '{{ gobackup.schedule }}'
- run_on_start: false