Fix adding docker apt key on Ubuntu 14.04

master
Aleksandr Kostyrev 2017-05-24 02:05:34 +03:00
parent 24357b016d
commit 2f2c4ffdda
1 changed files with 6 additions and 0 deletions

View File

@ -20,6 +20,12 @@
url: https://download.docker.com/linux/ubuntu/gpg
id: 9DC858229FC7DD38854AE2D88D81803C0EBFCD88
state: present
register: add_repository_key
ignore_errors: true
- name: Alternative | Add Docker apt key.
shell: "curl -sSL https://download.docker.com/linux/ubuntu/gpg | sudo apt-key add -"
when: add_repository_key|failed
- name: Add Docker repository.
apt_repository: