mirror of
https://github.com/Maks1mS/ansible-role-docker.git
synced 2025-03-21 17:53:55 +03: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