Make ignoring repository key error optional

Just ignoring an error regarding the Docker GPG key and downloading it
from "some" web page is not desired in any environment.

Change-Id: I2d59e9bf070a4262ff5d251a65b698c858345eb7
This commit is contained in:
Dirk Weise
2018-02-22 10:55:56 +01:00
parent dd0c6e0f8e
commit 250660e149
2 changed files with 2 additions and 1 deletions

View File

@@ -21,7 +21,7 @@
id: 9DC858229FC7DD38854AE2D88D81803C0EBFCD88
state: present
register: add_repository_key
ignore_errors: true
ignore_errors: "{{ docker_apt_ignore_key_error }}"
- name: Ensure curl is present (on older systems without SNI).
package: name=curl state=present