Merge pull request #78 from gebn/issue-77

Fix deprecation warning when installing dependencies; fixes #77
This commit is contained in:
Jeff Geerling
2018-07-25 14:54:02 -05:00
committed by GitHub

View File

@@ -9,11 +9,10 @@
- name: Ensure dependencies are installed.
apt:
name: "{{ item }}"
state: present
with_items:
name:
- apt-transport-https
- ca-certificates
state: present
- name: Add Docker apt key.
apt_key: