PR #10: Slight adjustment to legacy apt key task.

master
Jeff Geerling 2017-05-23 20:28:47 -04:00
parent 5fb6a4d60d
commit 6506efd7cd
1 changed files with 3 additions and 1 deletions

View File

@ -23,8 +23,10 @@
register: add_repository_key
ignore_errors: true
- name: Alternative | Add Docker apt key.
- name: Add Docker apt key (alternative for older systems without SNI).
shell: "curl -sSL https://download.docker.com/linux/ubuntu/gpg | sudo apt-key add -"
args:
warn: no
when: add_repository_key|failed
- name: Add Docker repository.