Skip to content

Commit

Permalink
groups: modify desktop-utils and desktop members
Browse files Browse the repository at this point in the history
  • Loading branch information
dezeroku committed Dec 27, 2023
1 parent 8e6dd96 commit ec0b297
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions core.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
- name: Core (non-root)
hosts: all
roles:
- {role: networkmanager, tags: ['networkmanager']}
- {role: firewall, tags: ['firewall']}
- {role: networkmanager, tags: ['networkmanager', 'desktop-utils']}
- {role: firewall, tags: ['firewall', 'desktop-utils']}
tags:
- core
4 changes: 2 additions & 2 deletions site.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
become: true
become_user: "{{ user_name }}"
roles:
- {role: audio_control, tags: ['audio_control', 'desktop', 'audio']}
- {role: audio_control, tags: ['audio_control', 'desktop-utils', 'audio']}
- {role: bluetooth, tags: ['bluetooth', 'desktop-utils', 'audio'], when: bluetooth_enabled}
- {role: discord, tags: ['discord', 'social']}
- {role: docker, tags: ['docker', 'docker']}
Expand Down Expand Up @@ -39,7 +39,7 @@
- {role: python3, tags: ['python3', 'languages']}
- {role: qemu, tags: ['qemu', 'virtualization']}
- {role: qutebrowser, tags: ['qutebrowser', 'browser']}
- {role: rofi, tags: ['rofi', 'desktop']}
- {role: rofi, tags: ['rofi', 'desktop', 'sway-wm']}
- {role: rust, tags: ['rust', 'languages']}
- {role: spotify, tags: ['spotify', 'media']}
- {role: slack, tags: ['slack', 'work']}
Expand Down

0 comments on commit ec0b297

Please sign in to comment.