Remove import of deleted vars/RedHat-6.yml

This commit is contained in:
Kip Fergusson 2020-12-16 17:35:25 -05:00
parent fd1c652fd8
commit 483914493e
1 changed files with 0 additions and 6 deletions

View File

@ -3,12 +3,6 @@
- name: Include OS-specific variables.
include_vars: "{{ ansible_os_family }}.yml"
- name: Include overrides specific to RHEL 6 and below
include_vars: RedHat-6.yml
when:
- ansible_os_family == 'RedHat'
- ansible_distribution_major_version < "7"
- name: Include overrides specific to Fedora.
include_vars: Fedora.yml
when: