Skip to content

Commit

Permalink
Added variety wallpaper changer
Browse files Browse the repository at this point in the history
  • Loading branch information
compscidr committed Oct 16, 2024
1 parent b209cd2 commit 9a6ce30
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions ansible/roles/development_gui/tools/tasks/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,14 @@
state: touch
mode: '0600'

# variety wallpaper changer
- name: install variety
tags: UI
become: true
ansible.builtin.apt:
pkg:
- variety

# wireshark
- name: install wireshark
tags: wireshark
Expand Down

0 comments on commit 9a6ce30

Please sign in to comment.