Skip to content

Commit

Permalink
Fix ansible-lint issue
Browse files Browse the repository at this point in the history
  • Loading branch information
tersmitten committed Nov 29, 2018
1 parent 72702d1 commit b128c3c
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions tasks/repository.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,6 +34,7 @@
curl -sSL {{ item.url }} -o {{ docker_downloads_path }}/{{ item.id }}.key
args:
creates: "{{ docker_downloads_path }}/{{ item.id }}.key"
warn: false
with_items: "{{ docker_apt_keys }}"
tags:
- docker-repository-public-key
Expand Down

0 comments on commit b128c3c

Please sign in to comment.