Update to 2022-03-07 15:00

This commit is contained in:
Daniel Berteaud
2022-03-07 15:00:06 +01:00
parent 8b7e505180
commit be6bc20783
25 changed files with 253 additions and 120 deletions

View File

@@ -1,6 +1,6 @@
---
- include: '{{ repo_item }}'
- include_tasks: '{{ repo_item }}'
with_first_found:
- '{{ ansible_distribution }}-{{ ansible_distribution_major_version }}.yml'
- '{{ ansible_os_family }}-{{ ansible_distribution_major_version }}.yml'
@@ -8,5 +8,5 @@
- '{{ ansible_os_family }}.yml'
loop_control:
loop_var: repo_item
tags: repo
tags: always