Skip to content

Commit

Permalink
Clean apt cache after last install not before
Browse files Browse the repository at this point in the history
  • Loading branch information
sverhoeven committed Mar 21, 2024
1 parent 0ddd8a8 commit 3fd8dce
Showing 1 changed file with 5 additions and 6 deletions.
11 changes: 5 additions & 6 deletions research-cloud-plugin.yml
Original file line number Diff line number Diff line change
Expand Up @@ -115,11 +115,6 @@
include_role:
name: grader

- name: Clean apt cache
apt:
autoclean: true
autoremove: true

- name: Setup nfs server
when: worker_ip_addresses is defined
block:
Expand Down Expand Up @@ -147,11 +142,15 @@
state: started
enabled: true

- name: Clean apt cache
apt:
autoclean: true
autoremove: true

- name: Debug
debug:
msg: The eWaterCycle Jupyter plugin has completed


- name: Install Workers
hosts:
- workers
Expand Down

0 comments on commit 3fd8dce

Please sign in to comment.