Add some stuff; remove some stuff

This commit is contained in:
2025-02-22 07:33:02 -05:00
parent a3e931188f
commit e45e47090c
18 changed files with 31 additions and 74 deletions

View File

@ -16,3 +16,6 @@
- name: Include the backup role
ansible.builtin.include_role:
name: ../roles/rear_backup
when:
- ansible_distribution_major_version == '7'
- not rear_backup_skip | default(false) | bool