1
0
Fork 0
mirror of https://github.com/iiab/iiab.git synced 2025-02-13 03:32:12 +00:00

Clarifying comment in samba/tasks/main.yml

This commit is contained in:
root 2020-09-21 15:30:44 -04:00
parent 1370115e23
commit 91e76b38ea

View file

@ -29,7 +29,7 @@
- name: Add 'samba' variable values to {{ iiab_ini_file }}
ini_file:
path: "{{ iiab_ini_file }}"
path: "{{ iiab_ini_file }}" # /etc/iiab/iiab.ini
section: samba
option: "{{ item.option }}"
value: "{{ item.value | string }}"