2
0
Fork 0

Compare commits

...

2 Commits

Author SHA1 Message Date
Jeremy Gardais 3f36889b0b
Add a default mode for ini_file 2021-06-10 11:39:38 +02:00
Jeremy Gardais 26a152e9fb
Add role_name info 2021-06-10 11:36:28 +02:00
3 changed files with 9 additions and 0 deletions

View File

@ -1,3 +1,10 @@
## v1.X.Y
### Fix
* Add role_name info in meta.
* Set a default mode (0644) in ini_file.
## v1.2.1
### Fix

View File

@ -3,6 +3,7 @@
dependencies: []
galaxy_info:
role_name: fusioninventory
author: "Jérémy Gardais"
description: "Manage FusionInventory Agent"
license: WTFPL

View File

@ -33,6 +33,7 @@
section: "{{ item.section }}"
option: "{{ item.option }}"
value: "{{ item.value }}"
mode: "0644"
loop: "{{ fusioninventory__additional_repo_params }}"
when: ansible_facts['distribution_major_version'] | int >= 8