Fix deprecation warning when installing dependencies; fixes #77

master
George Brighton 2018-07-22 22:02:44 +01:00
parent cbbbb4afe9
commit 148a5a4041
No known key found for this signature in database
GPG Key ID: E8FCF93156F8F6E3
1 changed files with 3 additions and 4 deletions

View File

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