fix mate, torrrent[sic], and etckeeper

This commit is contained in:
Jordan Pryde 2016-07-04 20:06:02 -04:00
parent df1c7b07c1
commit d39f077425
3 changed files with 3 additions and 4 deletions

View File

@ -1,7 +1,6 @@
--- ---
- name: Etckeeper Commit - name: etckeeper commit
command: "{{ item }}" command: "{{ item }}"
with_items: with_items:
- 'git add .'
- 'etckeeper commit "Ansible (re-)build playbook run"' - 'etckeeper commit "Ansible (re-)build playbook run"'

View File

@ -95,7 +95,7 @@
- name: Install mate - name: Install mate
apt: name={{ item }} state=latest apt: name={{ item }} state=latest
with_items: with_items:
- mate-desktop - mate-desktop-environment
- name: Install cinnamon - name: Install cinnamon
apt: name={{ item }} state=latest apt: name={{ item }} state=latest

View File

@ -148,7 +148,7 @@
- pulseaudio - pulseaudio
- bchunk - bchunk
- name: Install torrrent tools - name: Install torrent tools
apt: name={{ item }} state=latest apt: name={{ item }} state=latest
with_items: with_items:
- rtorrent - rtorrent