mirror of
https://github.com/iiab/iiab.git
synced 2025-02-13 11:42:08 +00:00
Merge branch 'master' into py_4
This commit is contained in:
commit
ddb2e034ef
1 changed files with 1 additions and 1 deletions
|
@ -16,7 +16,7 @@
|
|||
|
||||
- name: Create database for LAN to collect vnStat data if not appliance config
|
||||
shell: /usr/bin/vnstat -i {{ iiab_lan_iface }}
|
||||
when: iiab_lan_iface is defined
|
||||
when: iiab_lan_iface is defined and iiab_lan_iface != "none"
|
||||
|
||||
|
||||
# RECORD vnStat AS INSTALLED
|
||||
|
|
Loading…
Reference in a new issue