Skip to content

Commit e1d8d62

Browse files
committed
fix gentoo build fail bug
1 parent 4358c71 commit e1d8d62

File tree

1 file changed

+2
-6
lines changed

1 file changed

+2
-6
lines changed

setup_jupyter.yml

Lines changed: 2 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -10,12 +10,11 @@
1010
- bash-completion
1111
- ca-certificates
1212
- curl
13+
- git
1314
- openssl
1415

1516
# Alpine Linux.
1617
apk_packages:
17-
- curl
18-
- git
1918
- openssh-client
2019
- vim
2120

@@ -24,8 +23,6 @@
2423

2524
# Arch Linux.
2625
pacman_packages:
27-
- curl
28-
- git
2926
- openssh
3027
- vim
3128

@@ -38,8 +35,6 @@
3835

3936
# CentOS.
4037
yum_packages:
41-
- curl
42-
- git
4338
- openssh-clients
4439
- vim-minimal
4540

@@ -58,6 +53,7 @@
5853
with_items: "{{ same_packages }}"
5954
when:
6055
- same_packages is defined
56+
- ansible_pkg_mgr != "portage"
6157

6258
# Alpine Linux.
6359
- name: install apk packages

0 commit comments

Comments
 (0)