FIX: copy instruction in update_configs role, enabled PAM in sshd config

This commit is contained in:
2026-08-11 13:55:42 +04:00
parent 88853b3adc
commit 39408cab31
3 changed files with 8 additions and 4 deletions
+2 -2
View File
@@ -17,7 +17,7 @@
- name: Configure ranger, by pushing the config
ansible.builtin.copy:
src: "{{ role_path }}/files/ranger_config"
src: "{{ role_path }}/files/ranger_config/"
dest: /home/max/.config/ranger
owner: max
group: max
@@ -25,7 +25,7 @@
- name: Configure neovim, by pushing the config
ansible.builtin.copy:
src: "{{ role_path }}/files/nvim_config"
src: "{{ role_path }}/files/nvim_config/"
dest: /home/max/.config/nvim
owner: max
group: max