Changeset - afc2e98bcd39
[Not reviewed]
0 1 0
Branko Majic (branko) - 8 years ago 2016-06-18 18:21:13
branko@majic.rs
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).
1 file changed with 1 insertions and 6 deletions:
0 comments (0 inline, 0 general)
docs/usage.rst
Show inline comments
 
@@ -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.
 

	
0 comments (0 inline, 0 general)