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:
commit
a86939bbb2
|
@ -11,7 +11,7 @@ end
|
||||||
execute 'add-apt-repository \
|
execute 'add-apt-repository \
|
||||||
"deb [arch=amd64] https://download.docker.com/linux/ubuntu \
|
"deb [arch=amd64] https://download.docker.com/linux/ubuntu \
|
||||||
$(lsb_release -cs) \
|
$(lsb_release -cs) \
|
||||||
stable"' do
|
stable" -y' do
|
||||||
not_if 'which docker'
|
not_if 'which docker'
|
||||||
end
|
end
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue