mirror of
https://github.com/gjkcz/ansible-void.git
synced 2026-04-28 16:50:25 +02:00
Crate role for Bakaláři
This commit is contained in:
@@ -0,0 +1,21 @@
|
||||
- name: Ensure the applications directory exists
|
||||
file:
|
||||
path: /usr/share/applications
|
||||
state: directory
|
||||
|
||||
- name: Ensure the icons directory exists
|
||||
file:
|
||||
path: /usr/share/icons
|
||||
state: directory
|
||||
|
||||
- name: Copy Bakaláři desktop shortcut
|
||||
copy:
|
||||
src: bakalari.desktop
|
||||
dest: /usr/share/applications/bakalari.desktop
|
||||
mode: 0644
|
||||
|
||||
- name: Copy Bakaláři icon
|
||||
copy:
|
||||
src: bakalari.png
|
||||
dest: /usr/share/icons/bakalari.png
|
||||
mode: 0644
|
||||
Reference in New Issue
Block a user