Split out Unix into UnixCLI and UnixGUI
This commit is contained in:
@@ -1,6 +1,5 @@
|
||||
---
|
||||
- hosts: localhost
|
||||
|
||||
roles:
|
||||
- role: sudo
|
||||
when: ansible_user_id != "root"
|
||||
@@ -28,7 +27,5 @@
|
||||
- role: nodejs
|
||||
- role: python
|
||||
|
||||
- role: 1password
|
||||
|
||||
- role: wsl
|
||||
when: '"WSL" in ansible_kernel'
|
||||
6
UnixGUI.yaml
Normal file
6
UnixGUI.yaml
Normal file
@@ -0,0 +1,6 @@
|
||||
---
|
||||
- import_playbook: UnixCLI.yaml
|
||||
|
||||
- hosts: localhost
|
||||
roles:
|
||||
- role: 1password
|
||||
Reference in New Issue
Block a user