Skip to content

Commit

Permalink
ci: call cleanup role at the end of build image
Browse files Browse the repository at this point in the history
  • Loading branch information
Manuthor committed Jun 15, 2024
1 parent 606a7a9 commit 5569c07
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 0 deletions.
2 changes: 2 additions & 0 deletions ansible/ai-runner-packer-playbook.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,3 +7,5 @@
become: true
roles:
- ai_runner
- role: cleanup
tags: role-cleanup
2 changes: 2 additions & 0 deletions ansible/cosmian-vm-packer-playbook.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,3 +6,5 @@
- check_cpu
- role: cosmian_vm_agent
tags: role_cosmian_vm_agent
- role: cleanup
tags: role-cleanup
2 changes: 2 additions & 0 deletions ansible/kms-packer-playbook.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,3 +7,5 @@
become: true
roles:
- kms
- role: cleanup
tags: role-cleanup

0 comments on commit 5569c07

Please sign in to comment.