Merge pull request 'Add `-y` option flag to `add-apt-repository`' (#13) from add-y-flag-to-add-apt-repository into master

Reviewed-on: #13
This commit is contained in:
Kazuhiro MUSASHI 2022-07-18 02:01:59 +00:00
commit a86939bbb2
1 changed files with 1 additions and 1 deletions

View File

@ -11,7 +11,7 @@ end
execute 'add-apt-repository \
"deb [arch=amd64] https://download.docker.com/linux/ubuntu \
$(lsb_release -cs) \
stable"' do
stable" -y' do
not_if 'which docker'
end