v-zhuravlev / zbx-smartctl

Templates and scripts for monitoring disks health with Zabbix and smartmontools
https://share.zabbix.com/storage-devices/smartmontools/smart-monitoring-with-smartmontools-lld
GNU General Public License v3.0
245 stars 127 forks source link

Update create_ansible_role.sh #157

Closed pghpete closed 3 years ago

pghpete commented 3 years ago

script create_ansible_role.sh fails because ./ansible-role-zabbix-smartmontools/files directory does not exist before the copy commands try to put files into it. I simply added a mkdir -p to create the directory.