Skip to content

Commit

Permalink
Merge pull request #3 from jiholland/readme
Browse files Browse the repository at this point in the history
readme
  • Loading branch information
jiholland authored Mar 28, 2023
2 parents a0f1bb4 + 06b23cd commit 0043a25
Showing 1 changed file with 11 additions and 12 deletions.
23 changes: 11 additions & 12 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
remedy
======
jiholland.remedy
================

Create asset in BMC Remedy.

Expand Down Expand Up @@ -34,16 +34,15 @@ None.

Example Playbook
----------------

---
- name: Create asset in BMC remedy.
hosts: "{{ target }}"
gather_facts: true

roles:
- role: remedy
tags: remedy

```YAML
---
- name: Create asset in BMC remedy.
hosts: "{{ target }}"
gather_facts: true

roles:
- jiholland.remedy
```
License
-------
Expand Down

0 comments on commit 0043a25

Please sign in to comment.