Add wordpress cron to magazine2
Signed-off-by: Patrick Uiterwijk <puiterwijk@redhat.com>
This commit is contained in:
parent
75f7468277
commit
ccaef9663b
1 changed files with 5 additions and 0 deletions
|
@ -62,3 +62,8 @@
|
|||
state=present
|
||||
password="{{ magazine_db_password }}"
|
||||
priv="magazine.*:ALL"
|
||||
|
||||
- name: Wordpress cron
|
||||
cron: name="Wordpress cron"
|
||||
minute="*/10"
|
||||
job="curl http://localhost:8008/wp-cron.php"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue