Skip to content

Commit

Permalink
clamav thunar action
Browse files Browse the repository at this point in the history
  • Loading branch information
brabster committed Oct 1, 2024
1 parent 86a6489 commit 70134de
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 2 deletions.
3 changes: 2 additions & 1 deletion roles/clamav/meta/main.yml
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
---
dependencies:
- role: updates
- role: updates
- role: xfce
2 changes: 1 addition & 1 deletion roles/clamav/tasks/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,4 +16,4 @@
src: files/thunar_custom_actions.xml
dest: '{{ user_home }}/.config/Thunar/uca.xml'
mode: 0600
owner: '{{ username }}'
owner: '{{ username }}'
7 changes: 7 additions & 0 deletions roles/xfce/tasks/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,3 +4,10 @@
name:
- xfconf
state: present

- name: Prepare directory for Thunar shortcut
ansible.builtin.file:
path: '{{ user_home }}/.config/Thunar'
state: directory
mode: '0755'
owner: '{{ username }}'

0 comments on commit 70134de

Please sign in to comment.