1
0
Fork 0
mirror of https://github.com/eoli3n/dotfiles synced 2024-05-27 09:56:07 +02:00
eoli3n-dotfiles/roles/packages-desktop/tasks/by_host/osz/main.yml
2017-12-29 12:38:06 +01:00

7 lines
112 B
YAML

---
- name: Install osz packages
pacman: name={{item}} state=present
with_items:
- geary
become: True