From da4b8858d309ed251e220922c868d2306448cd89 Mon Sep 17 00:00:00 2001 From: "Kenneth Benzie (Benie)" Date: Fri, 2 Dec 2022 19:11:22 +0000 Subject: [PATCH] Split out Unix into UnixCLI and UnixGUI --- Unix.yaml => UnixCLI.yaml | 3 --- UnixGUI.yaml | 6 ++++++ 2 files changed, 6 insertions(+), 3 deletions(-) rename Unix.yaml => UnixCLI.yaml (95%) create mode 100644 UnixGUI.yaml diff --git a/Unix.yaml b/UnixCLI.yaml similarity index 95% rename from Unix.yaml rename to UnixCLI.yaml index 72a3b1b..212f202 100644 --- a/Unix.yaml +++ b/UnixCLI.yaml @@ -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' diff --git a/UnixGUI.yaml b/UnixGUI.yaml new file mode 100644 index 0000000..9a604c5 --- /dev/null +++ b/UnixGUI.yaml @@ -0,0 +1,6 @@ +--- +- import_playbook: UnixCLI.yaml + +- hosts: localhost + roles: + - role: 1password