Skip to content

Commit d3656ac

Browse files
committed
Removing,'Clean up pip cache directory', since the 'Install awscli python package' woked in the removal of chache directorywith additional changes made.
1 parent 6dd478b commit d3656ac

File tree

2 files changed

+0
-12
lines changed
  • bootstrap/roles/appliance-build.bootstrap/tasks
  • live-build/misc/ansible-roles/appliance-build.minimal-internal/tasks

2 files changed

+0
-12
lines changed

bootstrap/roles/appliance-build.bootstrap/tasks/main.yml

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -92,12 +92,6 @@
9292
PIP_NO_CACHE_DIR: "yes"
9393
become: true
9494

95-
- name: Clean up pip cache directory
96-
ansible.builtin.file:
97-
path: "/export/home/delphix/.cache"
98-
state: absent
99-
become: true
100-
10195
- name: Load ZFS kernel module.
10296
community.general.modprobe:
10397
name: zfs

live-build/misc/ansible-roles/appliance-build.minimal-internal/tasks/main.yml

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -39,12 +39,6 @@
3939
PIP_NO_CACHE_DIR: "yes"
4040
become: true
4141

42-
- name: Clean up pip cache directory
43-
ansible.builtin.file:
44-
path: "/export/home/delphix/.cache"
45-
state: absent
46-
become: true
47-
4842
# Add /usr/local/bin to the PATH (awscli needs it)
4943
- name: Create s3-bin-path.sh under profile.d
5044
ansible.builtin.copy:

0 commit comments

Comments
 (0)