Merge pull request #50 from wedi/dont_ignore_key_error

Make ignoring repository key error optional
This commit is contained in:
Jeff Geerling
2018-05-01 21:27:24 -05:00
committed by GitHub
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