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 472b14b commit fee4071Copy full SHA for fee4071
bootstrap/roles/appliance-build.bootstrap/tasks/main.yml
@@ -87,9 +87,6 @@
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,9 +34,6 @@
34
35
36
37
38
39
40
41
42
# Add /usr/local/bin to the PATH (awscli needs it)
0 commit comments