Optimized tests für run once

This commit is contained in:
2025-08-12 02:38:37 +02:00
parent 82aaf7ad74
commit 1595a7c4a6
148 changed files with 1803 additions and 1147 deletions

View File

@@ -1,3 +1,11 @@
- name: Load former meta dependencies once
block:
- name: Include moved dependency 'pkgmgr-install'
include_role:
name: pkgmgr-install
- set_fact:
run_once_svc_opt_swapfile: true
when: run_once_svc_opt_swapfile is not defined
- name: "pkgmgr install"
include_role:
name: pkgmgr-install
@@ -6,4 +14,4 @@
- name: Execute create swapfile script
shell: swap-forge "{{swapfile_size}}"
become: true
become: true