mirror of
https://github.com/geerlingguy/ansible-role-postgresql.git
synced 2025-10-23 23:24:02 -04:00
fixed lint error
This commit is contained in:
parent
7d7e2a26d8
commit
7b81446625
1 changed files with 3 additions and 3 deletions
|
|
@ -7,9 +7,9 @@
|
|||
- name: Include OS-specific variables (RedHat).
|
||||
include_vars: "{{ ansible_os_family }}-{{ ansible_distribution_version.split('.')[0] }}.yml"
|
||||
when:
|
||||
- ansible_os_family == 'RedHat'
|
||||
- ansible_distribution != 'Fedora'
|
||||
- ansible_distribution != 'Amazon'
|
||||
- ansible_os_family == 'RedHat'
|
||||
- ansible_distribution != 'Fedora'
|
||||
- ansible_distribution != 'Amazon'
|
||||
|
||||
- name: Include OS-specific variables (Amazon).
|
||||
include_vars: "{{ ansible_distribution }}-{{ ansible_distribution_major_version }}.yml"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue