Skip to content

Commit

Permalink
Remove upgrade role
Browse files Browse the repository at this point in the history
Upgrading packages means we have no control over the state of packages
which defeats the purpose of consistent environments.
  • Loading branch information
swalkinshaw committed May 15, 2014
1 parent 297d5be commit a5962e9
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 9 deletions.
4 changes: 4 additions & 0 deletions roles/common/tasks/main.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,7 @@
---
- name: Update Apt
apt: update_cache=yes

- name: Checking essentials
apt: name={{ item }} state=present
with_items:
Expand All @@ -7,3 +10,4 @@
- build-essential
- python-mysqldb
- curl

1 change: 0 additions & 1 deletion roles/upgrade/defaults/main.yml

This file was deleted.

7 changes: 0 additions & 7 deletions roles/upgrade/tasks/main.yml

This file was deleted.

1 change: 0 additions & 1 deletion site.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,6 @@
# sudo: yes

roles:
- upgrade
- common
- mariadb
- php-55
Expand Down

0 comments on commit a5962e9

Please sign in to comment.