mirror of
https://github.com/geerlingguy/ansible-role-docker.git
synced 2024-11-18 19:10:43 +01:00
Fixes #188: Remove pipefail option from shell command on Debian.
This commit is contained in:
parent
fce29b0842
commit
b6530bfb7d
@ -27,8 +27,7 @@
|
|||||||
when: add_repository_key is failed
|
when: add_repository_key is failed
|
||||||
|
|
||||||
- name: Add Docker apt key (alternative for older systems without SNI).
|
- name: Add Docker apt key (alternative for older systems without SNI).
|
||||||
shell: |
|
shell: >
|
||||||
set -o pipefail
|
|
||||||
curl -sSL https://download.docker.com/linux/ubuntu/gpg | sudo apt-key add -
|
curl -sSL https://download.docker.com/linux/ubuntu/gpg | sudo apt-key add -
|
||||||
args:
|
args:
|
||||||
warn: false
|
warn: false
|
||||||
|
Loading…
Reference in New Issue
Block a user