added aptitude to common

This commit is contained in:
Frederik Wille 2015-08-30 01:12:17 +02:00
parent 28bbd2ee5d
commit 3df8b2a1ea
2 changed files with 2 additions and 1 deletions

View file

@ -1,4 +1,4 @@
---
- name: install aptitude
apt: name=aptitutde state=latest
apt: name=aptitude state=latest
tags: aptitude

View file

@ -6,3 +6,4 @@
- include: nano.yml
- include: python.yml
- include: mosh.yml
- include: aptitude.yml