Fix(dotfile): moc package name

This commit is contained in:
Bertrand Benjamin 2019-05-11 11:09:53 +02:00
parent 686c46a1e7
commit 92aed72079
1 changed files with 1 additions and 1 deletions

View File

@ -9,7 +9,7 @@
- name: Install mocp (Archlinux)
pacman:
name:
- mocp
- moc
state: present
when: ansible_distribution != 'Debian'