mirror of
https://git.lapiole.org/dani/ansible-roles.git
synced 2025-08-07 00:57:00 +02:00
Update to 2022-03-07 15:00
This commit is contained in:
@@ -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
|
||||
|
||||
|
Reference in New Issue
Block a user