RECAFTOR: updates some apps configs, merges time and locale role into base_system role

This commit is contained in:
2026-08-17 12:07:03 +04:00
parent fac6b3db79
commit dc5c2d8db6
10 changed files with 22 additions and 87 deletions
+1 -3
View File
@@ -24,13 +24,11 @@
mode: u=rwx,g=r,o-rwx
# WARNING: UNPRIVILEGED USER (not ansible) COMMANDS
# Since the golden image contains installed zsh, this step may not be necessary
- name: Install oh my zsh
remote_user: max
become: false
ansible.builtin.command: /home/max/install_omz.sh
changed_when: true
failed_when: false
vars:
- name: Configure oh my zsh, by pushing the config file
remote_user: ansible