mirror of
https://github.com/geerlingguy/ansible-role-nfs
synced 2024-11-09 13:23:29 +01:00
Remove import of deleted vars/RedHat-6.yml
This commit is contained in:
parent
fd1c652fd8
commit
483914493e
1 changed files with 0 additions and 6 deletions
|
@ -3,12 +3,6 @@
|
||||||
- name: Include OS-specific variables.
|
- name: Include OS-specific variables.
|
||||||
include_vars: "{{ ansible_os_family }}.yml"
|
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.
|
- name: Include overrides specific to Fedora.
|
||||||
include_vars: Fedora.yml
|
include_vars: Fedora.yml
|
||||||
when:
|
when:
|
||||||
|
|
Loading…
Reference in a new issue