Remove distver check
All checks were successful
Ansible Lint Pipeline / Ansible-Development-Pipeline (ansible-dev-centos) (push) Successful in 56s
All checks were successful
Ansible Lint Pipeline / Ansible-Development-Pipeline (ansible-dev-centos) (push) Successful in 56s
This commit is contained in:
@ -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
|
||||||
|
Reference in New Issue
Block a user