We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 376f2a8 commit 0327f6bCopy full SHA for 0327f6b
defaults/main.yml
@@ -1,6 +1,6 @@
1
---
2
-docker_repo: stable-17.03
3
-docker_subscription: "{{ lookup('env','DOCKER_SUBSCRIPTION') }}"
+docker_repo: stable-17.06
+docker_subscription: ""
4
docker_engine_labels: {}
5
docker_bind_socket: true
6
docker_bind_ip: ""
tasks/debian.yml
@@ -17,7 +17,7 @@
17
apt_key:
18
keyserver: "https://storebits.docker.com/ee/linux/{{docker_subscription}}/ubuntu/gpg"
19
state: present
20
- id: "docker_gpg_fingerprint"
+ id: "{{docker_gpg_fingerprint}}"
21
22
- name: deb | Install Docker EE repository
23
apt_repository:
0 commit comments