Changeset - 63aa7946b529
[Not reviewed]
0 1 0
Branko Majic (branko) - 7 years ago 2017-06-13 11:53:22
branko@majic.rs
Noticket: Small fix in documentation to get proper verbatim box.
1 file changed with 1 insertions and 1 deletions:
0 comments (0 inline, 0 general)
docs/rolereference.rst
Show inline comments
 
@@ -241,7 +241,7 @@ For example, a playbook (``bootstrap.yml``) could look something similar to:
 
    vars:
 
      ansible_key: "{{ lookup('file', 'authorized_keys/ansible.pub') }}"
 

	
 
With such a playbook in place, it would be invoked with:
 
With such a playbook in place, it would be invoked with::
 

	
 
  ansible-playbook --ask-pass -e server=test1.example.com bootstrap.yml
 

	
0 comments (0 inline, 0 general)