Merge pull request #78 from gebn/issue-77

Fix deprecation warning when installing dependencies; fixes #77
master
Jeff Geerling 2018-07-25 14:54:02 -05:00 committed by GitHub
commit e3fd9ba479
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 3 additions and 4 deletions

View File

@ -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: