mirror of
https://github.com/geerlingguy/ansible-role-docker.git
synced 2024-11-18 19:10:43 +01:00
Merge branch 'master' into master
This commit is contained in:
commit
860fede168
@ -26,7 +26,9 @@
|
||||
when: add_repository_key is failed
|
||||
|
||||
- name: Add Docker apt key (alternative for older systems without SNI).
|
||||
shell: "curl -sSL {{ docker_apt_gpg_key }} | sudo apt-key add -"
|
||||
shell: |
|
||||
set -o pipefail
|
||||
curl -sSL {{ docker_apt_gpg_key }} | sudo apt-key add -
|
||||
args:
|
||||
warn: false
|
||||
when: add_repository_key is failed
|
||||
|
Loading…
Reference in New Issue
Block a user