fix syntax highlighting

This commit is contained in:
Pierre Guillod 2023-04-10 12:15:45 +02:00
parent a01d6b3316
commit a2196ef4c2
Signed by: pierre
GPG key ID: B00B454469924EDF

View file

@ -6,7 +6,7 @@ Ansible playbooks to manage the IT infrastructure.
Make sure to define the hosts in `/etc/ansible/hosts`: Make sure to define the hosts in `/etc/ansible/hosts`:
```sh ```toml
[serversgroup] [serversgroup]
<hostname or IP address> ansible_user=ansible <hostname or IP address> ansible_user=ansible
``` ```