mirror of
https://gitea.com/mcereda/oam.git
synced 2026-02-09 05:44:23 +00:00
fix: satisfied pre-commit
This commit is contained in:
@@ -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 }}"
|
||||
|
||||
@@ -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'
|
||||
|
||||
Reference in New Issue
Block a user