add special character example

This commit is contained in:
Karsten Kosmala 2018-03-06 16:17:56 +01:00 committed by GitHub
parent e78279a293
commit 1958c20901
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 6 additions and 0 deletions

View File

@ -25,3 +25,9 @@ cron:
user: 'root' user: 'root'
special: '@hourly' special: '@hourly'
comment: 'comment3' comment: 'comment3'
task4:
type: 'present' # run every 5 minutes
user: 'root'
minute: '*/5'
hour: '*'
comment: 'comment4'