Skip to content

Commit fee4071

Browse files
committed
Removing the change for deleting cache related to awscli instllation by pip.
1 parent 472b14b commit fee4071

File tree

2 files changed

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

2 files changed

+0
-6
lines changed

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

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -87,9 +87,6 @@
8787
ansible.builtin.pip:
8888
name: awscli
8989
break_system_packages: true
90-
extra_args: "--no-cache-dir"
91-
environment:
92-
PIP_NO_CACHE_DIR: "yes"
9390
become: true
9491

9592
- name: Load ZFS kernel module.

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

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -34,9 +34,6 @@
3434
ansible.builtin.pip:
3535
name: awscli
3636
break_system_packages: true
37-
extra_args: "--no-cache-dir"
38-
environment:
39-
PIP_NO_CACHE_DIR: "yes"
4037
become: true
4138

4239
# Add /usr/local/bin to the PATH (awscli needs it)

0 commit comments

Comments
 (0)