more reorganization

This commit is contained in:
Pellegrino
2019-02-19 15:24:17 -05:00
parent 2f46c048e8
commit b0d96557c6
2 changed files with 0 additions and 52 deletions

View File

@@ -39,14 +39,3 @@
timezone:
name: America/New_York
tags: set_timezone
- hosts: smbclient
tasks:
- name: enable cron job for smb traffic
cron:
name: "smbtraff"
minute: "*/20"
hour: "7-18"
weekday: "1-5"
job: "/usr/bin/perl -e 'sleep int rand 1199' && /home/pi/scripts/smb-session.sh"
tags: smbtraff_cron