From 6f654f8c88d988f1f5410a959b6bc8bdf15e56d3 Mon Sep 17 00:00:00 2001 From: Adar Nimrod <nimrod@shore.co.il> Date: Sun, 19 Jun 2016 18:42:05 +0300 Subject: [PATCH] - Added another option for running the Skype playbooks as a Cron job. --- README.rst | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/README.rst b/README.rst index 2a87c1e..39ac57c 100644 --- a/README.rst +++ b/README.rst @@ -37,6 +37,12 @@ Can be added as a Cron job under root for updates. ansible-playbook --connection local --inventory-file localhost, --verbose skype.yml | logger +Or maybe even (always downloads the newest version from the Git repo). + +.. code:: shell + + ansible-pull --url https://www.shore.co.il/git/ansible-desktop-playbooks --verbose skype.yml | logger + Dropbox ======= -- GitLab