Skip to content

Commit

Permalink
Mark language (YAML) on code blocks
Browse files Browse the repository at this point in the history
Signed-off-by: Vaclav Dolezal <[email protected]>
  • Loading branch information
yontalcar committed Aug 14, 2018
1 parent 0dc7627 commit be2b1ad
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ Role Variables

The variables that can be passed to this role are as follows:

```
```yaml
# List of NTP servers
timesync_ntp_servers:
- hostname: foo.example.com # Hostname or address of the server
Expand Down Expand Up @@ -59,7 +59,7 @@ Example Playbook
Install and configure ntp to synchronize the system clock with three NTP servers:
```
```yaml
- hosts: targets
vars:
timesync_ntp_servers:
Expand All @@ -76,7 +76,7 @@ Install and configure ntp to synchronize the system clock with three NTP servers
Install and configure linuxptp to synchronize the system clock with a
grandmaster in PTP domain number 0, which is accessible on interface eth0:
```
```yaml
- hosts: targets
vars:
timesync_ptp_domains:
Expand All @@ -90,7 +90,7 @@ Install and configure chrony and linuxptp to synchronize the system clock with
multiple NTP servers and PTP domains for a highly accurate and resilient
synchronization:
```
```yaml
- hosts: targets
vars:
timesync_ntp_servers:
Expand Down

0 comments on commit be2b1ad

Please sign in to comment.