fix(redis-server.yml): standardize variable names and improve configuration clarity

This commit is contained in:
2026-07-28 22:47:20 +02:00
parent c443ce7c79
commit 56ba319f2f
2 changed files with 60 additions and 30 deletions
+11 -11
View File
@@ -23,14 +23,14 @@
- shell-config
- vim-config
#- name: (shell.yml) Set default ZSH configuration - file /etc/zsh/zshrc
# copy:
# src: "{{ item }}"
# dest: /etc/zsh/zshrc
# owner: root
# group: root
# mode: '0644'
# with_fileglob: "etc/zsh/zshrc"
# tags:
# - shell-config
# - zsh-config
# - name: (shell.yml) Set default ZSH configuration - file /etc/zsh/zshrc
# copy:
# src: "{{ item }}"
# dest: /etc/zsh/zshrc
# owner: root
# group: root
# mode: '0644'
# with_fileglob: "etc/zsh/zshrc"
# tags:
# - shell-config
# - zsh-config