Fixes #188: Remove pipefail option from shell command on Debian.

This commit is contained in:
Jeff Geerling 2020-02-28 09:30:05 -06:00
parent fce29b0842
commit b6530bfb7d

View File

@ -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