mirror of
https://github.com/aminnairi/dotfiles.git
synced 2026-09-14 18:02:13 +02:00
added main task for the mpv role
This commit is contained in:
@@ -0,0 +1,17 @@
|
||||
---
|
||||
- name: Install MPV (video player)
|
||||
become: true
|
||||
pacman:
|
||||
name: mpv
|
||||
state: present
|
||||
- name: Synchronizes the configuration of MPV for the unprivileged user
|
||||
synchronize:
|
||||
src: mpv
|
||||
dest: /$HOME/.config
|
||||
delete: true
|
||||
- name: Synchronizes the configuration of MPV for the root user
|
||||
become: true
|
||||
synchronize:
|
||||
src: mpv
|
||||
dest: /root/.config
|
||||
delete: true
|
||||
Reference in New Issue
Block a user