2
0
Fork 0

Compare commits

..

No commits in common. "3f36889b0b6d1c9406317e763ac390d810172964" and "f3be491216cd29dcc4a379c4353f6618400bcaa9" have entirely different histories.

3 changed files with 0 additions and 9 deletions

View File

@ -1,10 +1,3 @@
## 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,7 +3,6 @@
dependencies: []
galaxy_info:
role_name: fusioninventory
author: "Jérémy Gardais"
description: "Manage FusionInventory Agent"
license: WTFPL

View File

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