Skip to content
This repository has been archived by the owner on May 6, 2024. It is now read-only.

Commit

Permalink
fix: add retries for ubuntu security updates (#6988)
Browse files Browse the repository at this point in the history
  • Loading branch information
robrap authored and jdmulloy committed Sep 14, 2023
1 parent 3d4c181 commit 3661c6a
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions playbooks/roles/security/tasks/security-ubuntu.yml
Original file line number Diff line number Diff line change
Expand Up @@ -69,3 +69,6 @@
with_items:
- unattended-upgrade --dry-run
- unattended-upgrade
register: ubuntu_security
retries: 3
until: ubuntu_security is succeeded

0 comments on commit 3661c6a

Please sign in to comment.