diff --git a/nautobot_ssot/integrations/bootstrap/fixtures/global_settings.yml b/nautobot_ssot/integrations/bootstrap/fixtures/global_settings.yml index fe0177f5..f6e90d46 100755 --- a/nautobot_ssot/integrations/bootstrap/fixtures/global_settings.yml +++ b/nautobot_ssot/integrations/bootstrap/fixtures/global_settings.yml @@ -815,3 +815,7 @@ prefix: vlan: "" tenant: "" tags: [] +scheduled_job: + - name: "Daily Log Cleanup" + interval: "daily" + start_time: "2025-01-20 15:30:00"