first changes

This commit is contained in:
rene
2021-02-23 17:52:39 +01:00
parent 6f96a5b920
commit 18f9bcbc81
13 changed files with 250 additions and 4 deletions

View File

@@ -0,0 +1,22 @@
---
- name: apt_update
apt: update_cache=yes
- name: restart_sshd
service:
name: "{{ openssh_service }}"
state: restarted
- name: update_tmux_plugin_perms
file:
path: /home/rene/.tmux/plugins
owner: rene
group: rene
recurse: true
- name: update_vim_bundle_perms
file:
path: /home/rene/.vim/bundle
owner: rene
group: rene
recurse: true