Remove distver check
All checks were successful
Ansible Lint Pipeline / Ansible-Development-Pipeline (ansible-dev-centos) (push) Successful in 56s

This commit is contained in:
2025-09-25 13:01:03 -04:00
parent 03ba83a6ab
commit 056b19c327

View File

@ -8,7 +8,7 @@
tasks: tasks:
- name: Perform ReaR Backup - name: Perform ReaR Backup
when: when:
- ansible_distribution_major_version == '7' # - ansible_distribution_major_version == '7'
- not rear_backup_skip | default(false) | bool - not rear_backup_skip | default(false) | bool
block: block:
- name: Import rear_vars role - name: Import rear_vars role