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