Skip to content

Commit

Permalink
Updated example playbook
Browse files Browse the repository at this point in the history
  • Loading branch information
lucab85 committed Dec 28, 2021
1 parent c0949d0 commit b8322cc
Showing 1 changed file with 10 additions and 3 deletions.
13 changes: 10 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -70,9 +70,16 @@ Example Playbook

Including an example of how to use your role (for instance, with variables passed in as parameters) is always nice for users too:

- hosts: servers
roles:
- { role: lucab85.ansible_role_log4shell }
```yaml
---
- name: run detector
hosts: all
become: true
roles:
- role: lucab85.ansible_role_log4shell
detector_path: "/var/www"
```

License
-------
Expand Down

0 comments on commit b8322cc

Please sign in to comment.