diff --git a/roles/user/tasks/archlinux.yml b/roles/user/tasks/archlinux.yml index 6a1c706..7d088de 100644 --- a/roles/user/tasks/archlinux.yml +++ b/roles/user/tasks/archlinux.yml @@ -9,3 +9,6 @@ name: git state: present +- name: init sway + import_tasks: sway.yml + when: ("sway" in user.config.stowing) diff --git a/roles/user/tasks/dotfiles.yml b/roles/user/tasks/dotfiles.yml index 4a5e554..44edac3 100644 --- a/roles/user/tasks/dotfiles.yml +++ b/roles/user/tasks/dotfiles.yml @@ -23,6 +23,3 @@ import_tasks: vim.yml when: '"vim" in user.config.stowing' -- name: init sway - import_tasks: sway.yml - when: '"sway" in user.config.stowing'