Commit 10c0b4c8 authored by Pedro Eduardo Trujillo's avatar Pedro Eduardo Trujillo
Browse files

Corrige acción de borrado de snapshots

parent 7f4d96f0
Loading
Loading
Loading
Loading
+2 −1
Original line number Diff line number Diff line
@@ -38,11 +38,12 @@ actions:
      exclude: True

  3:
    action: delete_snapshot
    action: delete_snapshots
    description: >-
      Delete old snapshots (90 by default) from repository ('s3-backup' by default).
    options:
      repository: ${SNAPSHOT_REPOSITORY:s3-backup}
      ignore_empty_list: True
      retry_interval: 120
      retry_count: 3
      disable_action: ${DELETE_OLD_SNAPSHOTS_DISABLE:False}