Solved bugs appearing during backup-server setup (light weigth installation)

This commit is contained in:
2025-06-20 15:50:24 +02:00
parent 20c3fdd455
commit cfc052c129
8 changed files with 76 additions and 9 deletions

View File

@@ -0,0 +1,11 @@
---
- name: python-yaml install
pacman:
name: python-yaml
state: present
when: run_once_python_yaml is not defined
- name: run the python_yaml tasks once
set_fact:
run_once_python_yaml: true
when: run_once_python_yaml is not defined