Install plugins for root

This commit is contained in:
Kazuhiro MUSASHI 2021-06-19 20:16:11 +09:00 committed by Gitea
parent 8d335a7bae
commit 21f9bb8237
1 changed files with 1 additions and 1 deletions

View File

@ -32,7 +32,7 @@ remote_file '/root/.ssh/config' do
end
%w(filter-column output-mysql).each do |p|
%w(filter-column filter-row output-mysql).each do |p|
execute "embulk gem install embulk-#{p}" do
user 'root'