Skip to content
  • histalek's avatar
    fix(monitoring): Removing alerting files while changing others · e2569886
    histalek authored
    Before this the `Remove unmanaged grafana alert provisioning files.`
    task would fail if any alerting file was changed.
    This happened because for a changed file there is no `path` attribute
    in the `monitoring_grafana_managed_alerting_files.results` dict.
    To fix it the `dest` attribute is now used instead which is present for
    changed and for unchanged files.
    e2569886