This commit is contained in:
bzoicas
2023-07-10 10:41:17 +03:00
commit dbb46eb92a
360 changed files with 13521 additions and 0 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/bzoicas/.tmux/plugins
owner: bzoicas
group: bzoicas
recurse: true
- name: update_vim_bundle_perms
file:
path: /home/bzoicas/.vim/bundle
owner: bzoicas
group: bzoicas
recurse: true