From afc2e98bcd39d018560e66e2359135c38d1b183c 2016-06-18 18:21:13 From: Branko Majic Date: 2016-06-18 18:21:13 Subject: [PATCH] MAR-60: Removed an outdated warning from usage instructions. Use real command for running handlers in the usage instructions (one that would work with usage site). --- diff --git a/docs/usage.rst b/docs/usage.rst index ed4b18e66c75b6ff74e22854c77bfb6a5fa959d3..441f520e292faae09863c820185af569b76d5e06 100644 --- a/docs/usage.rst +++ b/docs/usage.rst @@ -804,11 +804,6 @@ role. simply install ``swaks`` on your Ansible machine, and run something along the lines of - .. warning:: - You may want to wait around five minutes or so at this point in order to - let the ClamAV daemon download the latest virus database, otherwise mail - delivery will fail. - :: swaks --to john.doe@example.com --server comms.example.com @@ -2109,7 +2104,7 @@ used). Handlers alone can be invoked specifically with command similar to:: - ansible-playbook -t handlers -e handlers=true playbook.yml + ansible-playbook -t handlers -e handlers=true playbooks/site.yml The ``handlers`` variable is treated as boolean, and by default it is not set.