Skip to content

Commit

Permalink
Fix variable apt_key_url
Browse files Browse the repository at this point in the history
  • Loading branch information
atrigubov authored and angstwad committed Jan 25, 2018
1 parent 4dfee85 commit 6951c85
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tasks/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,7 @@
ignore_errors: true

- name: Alternative | Add Docker repository key
shell: "apt-key adv --fetch-keys {{ apt-key-url }}"
shell: "apt-key adv --fetch-keys {{ apt_key_url }}"
when: add_repository_key|failed

- name: HTTPS APT transport for Docker repository
Expand Down

0 comments on commit 6951c85

Please sign in to comment.