chore: add pre-commit config

This commit is contained in:
cătălin 2024-02-12 17:31:17 +01:00
commit 83345289be
Signed by: catalin
GPG key ID: 0178DF42F43E5FD2
28 changed files with 40 additions and 28 deletions

View file

@ -3,7 +3,7 @@
community.general.timezone:
name: "{{ system_timezone }}"
when: (system_timezone is defined) and (system_timezone != "Your/Timezone")
- name: Enable IPv4 forwarding
ansible.posix.sysctl:
name: net.ipv4.ip_forward
@ -33,4 +33,4 @@
- import_tasks: mounts.yml
name: Mount NFS shares
tags:
- nfs
- nfs

View file

@ -14,4 +14,4 @@
- name: Update all packages
apt:
upgrade: dist
update_cache: yes
update_cache: yes