2
0
Fork 0

Add a default mode for ini_file

This commit is contained in:
Jeremy Gardais 2021-06-10 11:39:38 +02:00
parent 26a152e9fb
commit 3f36889b0b
Signed by: jegardai
GPG Key ID: E759BAA22501AF32
2 changed files with 2 additions and 0 deletions

View File

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

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