Skip to content

Commit

Permalink
Clean /var/lib/cloud dir
Browse files Browse the repository at this point in the history
  • Loading branch information
c-bordon committed Sep 4, 2024
1 parent 09736c3 commit 873bf78
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/ansible_playbooks/ova_generator.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -83,6 +83,9 @@
path: /etc/cloud/cloud-init.disabled
state: touch

- name: Clean cloud dir
command: "rm -rf /var/lib/cloud/*"

- name: Install additional packages
yum:
name: "{{ item }}"
Expand Down

0 comments on commit 873bf78

Please sign in to comment.