Update to 2021-12-13 22:00

This commit is contained in:
Daniel Berteaud
2021-12-13 22:00:37 +01:00
parent e43d9bc96c
commit 48a37b3126
5 changed files with 20 additions and 15 deletions

View File

@@ -1,4 +1,11 @@
---
- include_vars: "{{ item }}"
with_first_found:
- "{{ role_path }}/vars/{{ ansible_distribution }}-{{ ansible_distribution_major_version }}.yml"
- "{{ role_path }}/vars/{{ ansible_os_family }}-{{ ansible_distribution_major_version }}.yml"
- "{{ role_path }}/vars/{{ ansible_distribution }}.yml"
- "{{ role_path }}/vars/{{ ansible_os_family }}.yml"
tags: ssh
- name: Combine SSH users
set_fact: