fix: satisfied pre-commit

This commit is contained in:
Michele Cereda
2023-03-19 01:23:11 +01:00
parent 978b22acb8
commit d02033d4fa
2 changed files with 3 additions and 1 deletions

View File

@@ -19,7 +19,7 @@
block:
- name: Configure swappiness
become: true
ansible.builtin.sysctl:
ansible.posix.sysctl:
name: vm.swappiness
value: "{{ swappiness_value | string }}"
sysctl_file: "{{ swappiness_sysctl_file }}"

View File

@@ -47,3 +47,5 @@
cmd_timeout = 10
start_command = /usr/bin/firewall-cmd --add-port=7777/tcp --zone=public
stop_command = /usr/bin/firewall-cmd --remove-port=7777/tcp --zone=public
backup: true
mode: '0600'