Rebase drone image;Add variables w/ secrets
Some checks failed
continuous-integration/drone/push Build is failing
Some checks failed
continuous-integration/drone/push Build is failing
This commit is contained in:
@ -59,12 +59,16 @@
|
||||
update_cache: yes
|
||||
allow_unauthenticated: yes
|
||||
name:
|
||||
# - docker-ce=5:19.03.13~3-0~ubuntu-focal
|
||||
# - docker-ce-cli=5:19.03.13~3-0~ubuntu-focal
|
||||
- docker-ce
|
||||
- docker-ce-cli
|
||||
- containerd.io
|
||||
|
||||
- name: Install Python Docker module
|
||||
ansible.builtin.pip:
|
||||
name: docker
|
||||
executable: pip3
|
||||
state: latest
|
||||
|
||||
- name: Install Docker Compose
|
||||
get_url:
|
||||
url: https://github.com/docker/compose/releases/download/1.27.4/docker-compose-Linux-x86_64
|
||||
|
Reference in New Issue
Block a user