Skip to content

Commit

Permalink
incorrect dependency may cause issues in CI
Browse files Browse the repository at this point in the history
  • Loading branch information
brabster committed Oct 20, 2024
1 parent 4972488 commit 617969f
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 8 deletions.
1 change: 0 additions & 1 deletion roles/clamav/meta/main.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@
---
dependencies:
- role: updates
- role: xfce
7 changes: 0 additions & 7 deletions roles/clamav/tasks/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,10 +10,3 @@
ansible.builtin.lineinfile:
path: '{{ update_script }}'
line: freshclam && clamscan --version

- name: Install Thunar shortcut
ansible.builtin.copy:
src: files/thunar_custom_actions.xml
dest: '{{ user_home }}/.config/Thunar/uca.xml'
mode: 0600
owner: '{{ username }}'
3 changes: 3 additions & 0 deletions roles/xfce/meta/main.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
---
dependencies:
- role: clamav

0 comments on commit 617969f

Please sign in to comment.