|
@ -2,7 +2,6 @@ |
|
|
- name: Install dependencies |
|
|
- name: Install dependencies |
|
|
apt: name={{ item }} state=latest |
|
|
apt: name={{ item }} state=latest |
|
|
with_items: |
|
|
with_items: |
|
|
- sqlite3 |
|
|
|
|
|
- git |
|
|
- git |
|
|
- name: Install Https for APT |
|
|
- name: Install Https for APT |
|
|
apt: name=apt-transport-https update_cache=yes |
|
|
apt: name=apt-transport-https update_cache=yes |
|
|