Skip to content

Commit

Permalink
docs: Fix highlighting for code blocks to look nice
Browse files Browse the repository at this point in the history
  • Loading branch information
spetrosi committed Aug 14, 2023
1 parent 6a3ebfc commit 214a906
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -193,7 +193,7 @@ role needs to be reapplied to finish the changes.

This custom fact represents SELinux module store structure

```json
```yaml
"selinux_installed_modules": {
<module name>: {
<module priority>: ("enabled"|"disabled"),
Expand All @@ -205,7 +205,7 @@ This custom fact represents SELinux module store structure

e.g.

```json
```yaml
"ansible_facts": {
"selinux_installed_modules": {
"abrt": {
Expand Down

0 comments on commit 214a906

Please sign in to comment.