Skip to content

Commit 6882ed5

Browse files
authored
ansible: add Python 3 to SmartOS hosts (#2575)
Refs: #2507
1 parent 7b81d46 commit 6882ed5

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

ansible/roles/baselayout/vars/main.yml

+4-2
Original file line numberDiff line numberDiff line change
@@ -137,12 +137,14 @@ packages: {
137137
],
138138

139139
smartos17: [
140-
'gcc7'
140+
'gcc7',
141+
'python36'
141142
],
142143

143144
smartos18: [
144145
'gcc7',
145-
'ccache'
146+
'ccache',
147+
'python37'
146148
],
147149

148150
ubuntu: [

0 commit comments

Comments
 (0)