General optimations during inventory cleanup

This commit is contained in:
2025-07-14 13:02:06 +02:00
parent b6ee7b9f98
commit e4028fccf4
30 changed files with 27 additions and 26 deletions

View File

@@ -0,0 +1,9 @@
- name: "pkgmgr install"
include_role:
name: pkgmgr-install
vars:
package_name: swap-forge
- name: Execute create swapfile script
ansible.builtin.shell: swap-forge "{{swapfile_size}}"
become: true