We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 281c15c commit e533769Copy full SHA for e533769
bootstrap/roles/appliance-build.bootstrap/tasks/main.yml
@@ -87,6 +87,9 @@
87
ansible.builtin.pip:
88
name: awscli
89
break_system_packages: true
90
+ extra_args: "--no-cache-dir"
91
+ environment:
92
+ PIP_NO_CACHE_DIR: "yes"
93
become: true
94
95
- name: Load ZFS kernel module.
live-build/misc/ansible-roles/appliance-build.minimal-internal/tasks/main.yml
@@ -34,6 +34,9 @@
34
35
36
37
38
39
40
41
42
# Add /usr/local/bin to the PATH (awscli needs it)
0 commit comments