Compare commits
2 Commits
f3be491216
...
3f36889b0b
Author | SHA1 | Date |
---|---|---|
|
3f36889b0b | |
|
26a152e9fb |
|
@ -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
|
## v1.2.1
|
||||||
|
|
||||||
### Fix
|
### Fix
|
||||||
|
|
|
@ -3,6 +3,7 @@
|
||||||
dependencies: []
|
dependencies: []
|
||||||
|
|
||||||
galaxy_info:
|
galaxy_info:
|
||||||
|
role_name: fusioninventory
|
||||||
author: "Jérémy Gardais"
|
author: "Jérémy Gardais"
|
||||||
description: "Manage FusionInventory Agent"
|
description: "Manage FusionInventory Agent"
|
||||||
license: WTFPL
|
license: WTFPL
|
||||||
|
|
|
@ -33,6 +33,7 @@
|
||||||
section: "{{ item.section }}"
|
section: "{{ item.section }}"
|
||||||
option: "{{ item.option }}"
|
option: "{{ item.option }}"
|
||||||
value: "{{ item.value }}"
|
value: "{{ item.value }}"
|
||||||
|
mode: "0644"
|
||||||
loop: "{{ fusioninventory__additional_repo_params }}"
|
loop: "{{ fusioninventory__additional_repo_params }}"
|
||||||
|
|
||||||
when: ansible_facts['distribution_major_version'] | int >= 8
|
when: ansible_facts['distribution_major_version'] | int >= 8
|
||||||
|
|
Reference in New Issue