Merge branch 'master' of ssh://gitlab.social.my-wan.de:22422/rene/ansible-pull

This commit is contained in:
rene
2022-04-22 15:03:43 +02:00
10 changed files with 29 additions and 29 deletions

View File

@@ -10,4 +10,4 @@
# - zsh-lovers
- zsh-syntax-highlighting
# - zsh-theme-powerlevel10k
- zshdb
# - zshdb

View File

@@ -5,12 +5,10 @@
state: latest
when: ansible_distribution in ["Pop!_OS", "Ubuntu"]
# Currently systemd-timesyncd for debian is available only in buster-backports
- name: system setup | clock | install systemd-timesyncd (debian)
tags: ntp, system setup
apt:
name: systemd-timesyncd
default_release: buster-packports
state: latest
when: ansible_distribution == "Debian"

View File

@@ -73,7 +73,7 @@
state: link
force: True
src: "{{ getent_passwd[user][4] }}/dotfiles/{{ item.src }}"
path: "{{ getent_passwd[user][4] }}/{{ item.dest }}/.ssh/"
path: "{{ getent_passwd[user][4] }}/{{ item.dest }}"
follow: False
with_items:
- { src: 'vim/vimrc', dest: '.vimrc' }