Split out Unix into UnixCLI and UnixGUI

This commit is contained in:
Kenneth Benzie 2022-12-02 19:11:22 +00:00
parent d95f1f7e32
commit da4b8858d3
2 changed files with 6 additions and 3 deletions

View File

@ -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
View File

@ -0,0 +1,6 @@
---
- import_playbook: UnixCLI.yaml
- hosts: localhost
roles:
- role: 1password