🐛 Fix load vars for Debian based OS

master
Emilien Mantel 2023-05-30 18:45:41 +02:00 committed by Emilien M
parent 6abee22d23
commit 424160f9d4
1 changed files with 1 additions and 1 deletions

View File

@ -1,7 +1,7 @@
---
- name: INCLUDE_VARS | Related to OS
ansible.builtin.include_vars: "{{ ansible_distribution }}.yml"
ansible.builtin.include_vars: "{{ ansible_os_family }}.yml"
tags: ['nginx::site', 'nginx::ssl']
- name: INCLUDE_TASKS | Install