2
0
Fork 0

Merge branch 'djerfy-issue-5'

This commit is contained in:
Jeremy Gardais 2021-06-10 16:17:44 +02:00
commit a9d3811432
Signed by: jegardai
GPG Key ID: E759BAA22501AF32
1 changed files with 12 additions and 8 deletions

View File

@ -4,10 +4,12 @@
# tasks file for fusioninventory # tasks file for fusioninventory
- name: Include package list per OS - name: Include package list per OS
include_vars: "{{ item }}" include_vars: "{{ lookup('first_found', params) }}"
with_first_found: vars:
- "{{ ansible_distribution }}.yml" params:
- "{{ ansible_os_family }}.yml" files:
- "{{ ansible_distribution }}.yml"
- "{{ ansible_os_family }}.yml"
# Manage dependent packages [[[1 # Manage dependent packages [[[1
- name: Ensure dependent packages are installed - name: Ensure dependent packages are installed
@ -23,10 +25,12 @@
# Manage agent package [[[1 # Manage agent package [[[1
# Specific tasks per OS will be in the include otherwise below # Specific tasks per OS will be in the include otherwise below
- include: "{{ item }}" - include: "{{ lookup('first_found', params) }}"
with_first_found: vars:
- "{{ ansible_distribution }}.yml" params:
- "{{ ansible_os_family }}.yml" files:
- "{{ ansible_distribution }}.yml"
- "{{ ansible_os_family }}.yml"
- name: Ensure fusioninventory-agent package from REPOS - name: Ensure fusioninventory-agent package from REPOS
package: package: