mirror of
https://github.com/iiab/iiab.git
synced 2025-03-09 15:40:17 +00:00
split network up in iiab.ini
This commit is contained in:
parent
bd50433874
commit
0aedaa24fd
2 changed files with 2 additions and 2 deletions
|
@ -155,7 +155,7 @@
|
|||
|
||||
- name: Add location section to config file
|
||||
ini_file: dest='{{ iiab_config_file }}'
|
||||
section=network
|
||||
section=computed_network
|
||||
option='{{ item.option }}'
|
||||
value='{{ item.value }}'
|
||||
with_items:
|
||||
|
|
|
@ -159,7 +159,7 @@
|
|||
|
||||
- name: Add location section to config file
|
||||
ini_file: dest='{{ iiab_config_file }}'
|
||||
section=network
|
||||
section=detected_network
|
||||
option='{{ item.option }}'
|
||||
value='{{ item.value }}'
|
||||
with_items:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue