Compare commits

..

No commits in common. "277308637be7cbe2f70e74e34d7772d948d48333" and "8aad270520269beead5cab5b6cfab01c784e4b78" have entirely different histories.

2 changed files with 2 additions and 8 deletions

View File

@ -1,10 +1,4 @@
## v2.0.1 ## v2.X.Y
### Fix
* Correct the path for ZFS probe.
## v2.0.0
### Enhancements ### Enhancements
* All vars now starts with "xymon_cli__" for more readability. * All vars now starts with "xymon_cli__" for more readability.

View File

@ -258,7 +258,7 @@ xymon_cli__plug_combined_clientlaunch:
template: '{{ xymon_cli__plug_temp_tpl }}' template: '{{ xymon_cli__plug_temp_tpl }}'
- name: zfs - name: zfs
path: '{{ xymon_cli__plug_zfs_path }}' path: '{{ xymon_cli__plug_zfs_path }}'
template: '{{ xymon_cli__plug_zfs_tpl }}' template: '{{ xymon_cli__plug_temp_tpl }}'
# ]]] # ]]]