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 4358c71 commit e1d8d62Copy full SHA for e1d8d62
setup_jupyter.yml
@@ -10,12 +10,11 @@
10
- bash-completion
11
- ca-certificates
12
- curl
13
+ - git
14
- openssl
15
16
# Alpine Linux.
17
apk_packages:
- - curl
18
- - git
19
- openssh-client
20
- vim
21
@@ -24,8 +23,6 @@
24
23
25
# Arch Linux.
26
pacman_packages:
27
28
29
- openssh
30
31
@@ -38,8 +35,6 @@
38
35
39
36
# CentOS.
40
37
yum_packages:
41
42
43
- openssh-clients
44
- vim-minimal
45
@@ -58,6 +53,7 @@
58
53
with_items: "{{ same_packages }}"
59
54
when:
60
55
- same_packages is defined
56
+ - ansible_pkg_mgr != "portage"
61
57
62
63
- name: install apk packages
0 commit comments