base to CLI and mocp to moc

This commit is contained in:
2018-08-23 14:35:40 +02:00
parent c27c08e3da
commit 078d7c7315
2 changed files with 2 additions and 2 deletions

View File

@@ -0,0 +1,27 @@
---
- name: Update and upgrade all packages
pacman:
update_cache: yes
upgrade: yes
- name: Install base CLI packages
pacman:
name: "{{ item }}"
state: present
with_items:
- zsh
- vim
- tmux
- git
- openssh
- htop
- ranger
- name: Install extra CLI packages
pacman:
name: "{{ item }}"
state: present
with_items:
- moc
- newsboat
when: not minimal