Rimozione indicazione esplicita dello username.

This commit is contained in:
Emiliano Vavassori 2024-10-01 09:17:39 +02:00
parent 0d6f22439d
commit e8fc9fffaa
16 changed files with 37 additions and 99 deletions

View file

@ -6,8 +6,6 @@
src: "{{ dotfdir }}/zsh/distro/debian.base.zsh"
dest: "{{ dotfdir }}/zsh/distro.base.zsh"
state: link
owner: syntaxerrormmm
group: syntaxerrormmm
when: ansible_distribution == 'Debian'
- name: (ubu) - ZSH base configuration
@ -15,6 +13,4 @@
src: "{{ dotfdir }}/zsh/distro/ubuntu.base.zsh"
dest: "{{ dotfdir }}/zsh/distro.base.zsh"
state: link
owner: syntaxerrormmm
group: syntaxerrormmm
when: ansible_distribution == 'Ubuntu'