Merge branch 'master' of ssh://gitlab.social.my-wan.de:22422/rene/ansible-pull
This commit is contained in:
@@ -10,4 +10,4 @@
|
||||
# - zsh-lovers
|
||||
- zsh-syntax-highlighting
|
||||
# - zsh-theme-powerlevel10k
|
||||
- zshdb
|
||||
# - zshdb
|
||||
|
||||
@@ -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"
|
||||
|
||||
|
||||
@@ -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' }
|
||||
|
||||
Reference in New Issue
Block a user