Split out Unix into UnixCLI and UnixGUI
This commit is contained in:
parent
d95f1f7e32
commit
da4b8858d3
@ -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
|
Loading…
x
Reference in New Issue
Block a user