Skip to content

Commit

Permalink
Remove redundant tags
Browse files Browse the repository at this point in the history
  • Loading branch information
neingeist committed Nov 7, 2015
1 parent c4de1dc commit 0369a20
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 3 deletions.
1 change: 0 additions & 1 deletion tasks/Fedora.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,4 +11,3 @@

- name: Install Fedora dropbox package
dnf: name=nautilus-dropbox state=present
tags: ["packages","dropbox"]
2 changes: 0 additions & 2 deletions tasks/Ubuntu.yml
Original file line number Diff line number Diff line change
@@ -1,8 +1,6 @@
---
- name: Download Ubuntu dropbox package
get_url: url={{ dropbox_url_ubuntu_deb }} dest={{dropbox_tmp_deb}}
tags: ["packages","dropbox"]

- name: Install Ubuntu dropbox package
apt: deb={{dropbox_tmp_deb}}
tags: ["packages","dropbox"]

0 comments on commit 0369a20

Please sign in to comment.