fix ansible-lint errors

This commit is contained in:
Sergey Malyuk
2025-12-18 11:29:03 +03:00
parent d27ba46d5b
commit ef524d7006
6 changed files with 35 additions and 35 deletions

View File

@@ -7,5 +7,5 @@
- name: "Disable | ensure swap file doesn't exist"
ansible.builtin.file:
path: "{{ swap_file_path }}"
path: "{{ swapfile_path }}"
state: absent