Move some updated GUI roles into generic playbook

This commit is contained in:
Kenneth Benzie 2023-06-02 20:02:38 +01:00
parent 0b71c22019
commit 3fee590a8f
2 changed files with 3 additions and 3 deletions

View File

@ -3,3 +3,6 @@
- hosts: localhost - hosts: localhost
roles: roles:
- role: 1password - role: 1password
- role: fonts
- role: obsidian
- role: webcatalog

View File

@ -2,12 +2,9 @@
- import_playbook: UnixGUI.yaml - import_playbook: UnixGUI.yaml
- hosts: localhost - hosts: localhost
roles: roles:
- role: fonts
- role: mas - role: mas
- role: iterm - role: iterm
- role: magnet - role: magnet
- role: microsoft-remote-desktop - role: microsoft-remote-desktop
- role: obsidian
- role: viscosity - role: viscosity
- role: webcatalog