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
commit e3fd9ba479
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

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