Fix CICD playbooks

This commit is contained in:
2025-09-27 18:50:28 +03:00
parent 61f83b4567
commit aa8bbb6984
6 changed files with 17 additions and 28 deletions

View File

@@ -30,7 +30,4 @@
group: root
mode: '0644'
notify: Restart_keepalived
when: ansible_distribution == "Debian" and ansible_distribution_major_version == "12"
when: ansible_distribution == "Debian" and ( ansible_distribution_major_version == "12" or ansible_distribution_major_version == "13" )