debian: add support
This patch updates the meta to reflect it's support of Debian accordingly as well as rename ubuntu vars file to debian. We also add in vars/debian the correspondent docker-ce uri and gpg_uri. Change-Id: Icf91eee6e369d9a6a95dd0c8772c2760eaff5bd2
This commit is contained in:
parent
4a0586667d
commit
98701abb97
@ -20,6 +20,9 @@ galaxy_info:
|
|||||||
license: Apache2
|
license: Apache2
|
||||||
min_ansible_version: 2.4
|
min_ansible_version: 2.4
|
||||||
platforms:
|
platforms:
|
||||||
|
- name: Debian
|
||||||
|
versions:
|
||||||
|
- stretch
|
||||||
- name: Ubuntu
|
- name: Ubuntu
|
||||||
versions:
|
versions:
|
||||||
- xenial
|
- xenial
|
||||||
|
@ -15,7 +15,7 @@
|
|||||||
|
|
||||||
zun_docker_repo:
|
zun_docker_repo:
|
||||||
- name: "docker-ce"
|
- name: "docker-ce"
|
||||||
uri: "https://download.docker.com/linux/ubuntu"
|
uri: "https://download.docker.com/linux/{{ ansible_distribution | lower }}"
|
||||||
gpg_uri: "https://download.docker.com/linux/{{ ansible_distribution | lower }}/gpg"
|
gpg_uri: "https://download.docker.com/linux/{{ ansible_distribution | lower }}/gpg"
|
||||||
|
|
||||||
# Common apt packages
|
# Common apt packages
|
Loading…
Reference in New Issue
Block a user