Merge branch 'master' of /git/ansible
This commit is contained in:
commit
f9394aeb70
3 changed files with 6 additions and 1 deletions
|
@ -1,3 +1,5 @@
|
|||
vmhost: bvirthost05.phx2.fedoraproject.org
|
||||
vmhost: buildvmhost-12.phx2.fedoraproject.org
|
||||
eth0_ip: 10.5.125.69
|
||||
volgroup: /dev/xenGuests
|
||||
mem_size: 65536
|
||||
num_cpus: 16
|
||||
|
|
2
roles/ask/files/cron-delete-unused-tags
Normal file
2
roles/ask/files/cron-delete-unused-tags
Normal file
|
@ -0,0 +1,2 @@
|
|||
0 22 * * * root /usr/bin/python /etc/askbot/sites/ask/config/manage.py delete_unused_tags > /dev/null 2> /dev/null
|
||||
|
|
@ -89,6 +89,7 @@
|
|||
- cron-ask-send-reminders
|
||||
- cron-post-office-send-mail
|
||||
- cron-delete-old-emails
|
||||
- cron-delete-unused-tags
|
||||
tags:
|
||||
- files
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue