Skip to content

Commit

Permalink
ansible: add Python 3 to SmartOS hosts (#2575)
Browse files Browse the repository at this point in the history
Refs: #2507
  • Loading branch information
richardlau committed Mar 22, 2021
1 parent 7b81d46 commit 6882ed5
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions ansible/roles/baselayout/vars/main.yml
Expand Up @@ -137,12 +137,14 @@ packages: {
],

smartos17: [
'gcc7'
'gcc7',
'python36'
],

smartos18: [
'gcc7',
'ccache'
'ccache',
'python37'
],

ubuntu: [
Expand Down

0 comments on commit 6882ed5

Please sign in to comment.