ansiblemagazine: not using port 8008, oops

This commit is contained in:
Paul W. Frields 2017-09-26 20:24:54 +00:00
parent d1f1ea3a77
commit 61ee03a0f5

View file

@ -70,4 +70,4 @@
- name: Wordpress cron
cron: name="Wordpress cron"
minute="*/10"
job="curl http://localhost:8008/wp-cron.php >/dev/null"
job="curl http://localhost:80/wp-cron.php >/dev/null"