mirror of
https://github.com/willshersystems/ansible-sshd
synced 2024-11-10 05:33:29 +01:00
variable ansible_distribution_major_version is not present on OpenBSD
and throws an error because it can't resolve it
This commit is contained in:
parent
63095094fc
commit
cca93d5c6d
1 changed files with 0 additions and 1 deletions
|
@ -20,7 +20,6 @@
|
|||
files:
|
||||
- "{{ ansible_distribution }}_{{ ansible_distribution_lts_version }}.yml"
|
||||
- "{{ ansible_distribution }}.yml"
|
||||
- "{{ ansible_os_family }}_{{ ansible_distribution_major_version }}.yml"
|
||||
- "{{ ansible_os_family }}_{{ ansible_distribution_version }}.yml"
|
||||
- "{{ ansible_os_family }}.yml"
|
||||
- default.yml
|
||||
|
|
Loading…
Reference in a new issue