Commit Diff


commit - 7474b7725932c3d7ee46225de1a0ef3377816043
commit + 5b0e3598efbe7fd5492d2b664ea501e38aeb95d6
blob - a0aeef38e79654500c35b7e77c9d6d669f5c3235
blob + ed0b281dd29b7b928ab4c58ba232552e90bc69eb
--- README.md
+++ README.md
@@ -12,21 +12,23 @@ Example hosts & Playbook
 ------------------------
 
 hosts:
+```
 [current:vars]
 ansible_python_interpreter=/usr/local/bin/python3
 
 [current]
 100.65.0.100
+```
 
 playbook:
-
+```
 - hosts: current
   remote_user: gonzalo
   become: yes
   become_method: doas
   roles:
     - vmm_setup_veb
-
+```
 License
 -------