mirror of
https://github.com/Maks1mS/ansible-role-docker.git
synced 2024-12-23 16:22:59 +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
|
||||
|
||||
- name: Add Docker apt key (alternative for older systems without SNI).
|
||||
shell: |
|
||||
set -o pipefail
|
||||
shell: >
|
||||
curl -sSL https://download.docker.com/linux/ubuntu/gpg | sudo apt-key add -
|
||||
args:
|
||||
warn: false
|
||||
|
Loading…
Reference in New Issue
Block a user