diff --git a/ansible/roles/profile_desktop_common/handlers/main.yml b/ansible/roles/profile_desktop_common/handlers/main.yml index 5cdbfbd..5928a87 100644 --- a/ansible/roles/profile_desktop_common/handlers/main.yml +++ b/ansible/roles/profile_desktop_common/handlers/main.yml @@ -27,12 +27,3 @@ when: - not ansible_check_mode - "'void' in group_names" - -- name: Reload SSH service with systemd - listen: Reload SSH service - ansible.builtin.systemd: - name: "{{ desktop_ssh_service_name | default('sshd') }}" - state: reloaded - when: - - not ansible_check_mode - - "'arch' in group_names" diff --git a/ansible/roles/profile_desktop_common/tasks/main.yml b/ansible/roles/profile_desktop_common/tasks/main.yml index fe2a7e9..6b505e0 100644 --- a/ansible/roles/profile_desktop_common/tasks/main.yml +++ b/ansible/roles/profile_desktop_common/tasks/main.yml @@ -19,12 +19,11 @@ loop: - "{{ user_home }}/.config" - "{{ user_home }}/.config/autostart" - - "{{ user_home }}/.config/systemd" - - "{{ user_home }}/.config/systemd/user" - "{{ user_home }}/.bashrc.d" - "{{ user_home }}/.tmux" - "{{ user_home }}/.tmux/bin" - "{{ user_home }}/.tmux/plugins" + - "{{ user_home }}/.ssh" - name: Ensure user local bin directory exists tags: [dotfiles, dotfiles:desktop, dotfiles:host]