Skip to content

Commit

Permalink
docs(README): fixed examples view for Ansible Galaxy
Browse files Browse the repository at this point in the history
  • Loading branch information
antmelekhin committed Apr 26, 2024
1 parent 4733e8f commit 2842d2a
Showing 1 changed file with 8 additions and 8 deletions.
16 changes: 8 additions & 8 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -34,16 +34,16 @@ None.
Example Playbook
----------------

- Install `Java` package:
Install `Java` package:

```yaml
---
- name: 'Install Java package'
hosts: all
```yaml
---
- name: 'Install Java package'
hosts: all

roles:
- role: antmelekhin.java
```
roles:
- role: antmelekhin.java
```
License
-------
Expand Down

0 comments on commit 2842d2a

Please sign in to comment.