hotfix: node

This commit is contained in:
Thibault 2021-04-26 19:53:38 +02:00
parent 9f13ad3a56
commit 32d2d83c67
1 changed files with 3 additions and 1 deletions

View File

@ -10,4 +10,6 @@ execute 'add nodejs 4 repository' do
not_if { ::File.exist?('/usr/bin/node') }
end
package 'nodejs'
package 'nodejs' do
options '--force-yes'
end