Remove Dropbox

This commit is contained in:
Gary Talent 2017-05-18 01:07:29 -05:00
parent e310cdcca6
commit 2318fb7ebf
2 changed files with 1 additions and 16 deletions

2
.gitignore vendored
View File

@ -1 +1 @@
setup.retry debian.retry

View File

@ -5,16 +5,6 @@
name: apt-transport-https name: apt-transport-https
state: latest state: latest
# setup repos
#- name: Dropbox Repository Key
# apt_key:
# keyserver: pgp.mit.edu
# id: 1C61A2656FB57B7E4DE0F4C1FC918B335044912E
#- name: Dropbox Repository
# apt_repository:
# repo: deb http://linux.dropbox.com/debian stretch main
# state: present
- name: "Contrib, Non-free" - name: "Contrib, Non-free"
apt_repository: apt_repository:
repo: "deb http://ftp.us.debian.org/debian stretch contrib non-free" repo: "deb http://ftp.us.debian.org/debian stretch contrib non-free"
@ -87,11 +77,6 @@
name: docker-compose name: docker-compose
state: latest state: latest
# - name: Install Dropbox
# apt:
# name: dropbox
# state: latest
- name: Install Git - name: Install Git
apt: apt:
name: git name: git