mirror of
https://github.com/geerlingguy/ansible-role-docker.git
synced 2024-11-18 19:10:43 +01:00
Fix deprecation warning when installing dependencies; fixes #77
This commit is contained in:
parent
cbbbb4afe9
commit
148a5a4041
@ -9,11 +9,10 @@
|
||||
|
||||
- name: Ensure dependencies are installed.
|
||||
apt:
|
||||
name: "{{ item }}"
|
||||
name:
|
||||
- apt-transport-https
|
||||
- ca-certificates
|
||||
state: present
|
||||
with_items:
|
||||
- apt-transport-https
|
||||
- ca-certificates
|
||||
|
||||
- name: Add Docker apt key.
|
||||
apt_key:
|
||||
|
Loading…
Reference in New Issue
Block a user