diff --git a/README.md b/README.md index 913a093..e72fb70 100644 --- a/README.md +++ b/README.md @@ -9,7 +9,7 @@ Install Microsoft omsagent (Log Analytics agent) on your system. Example Playbook ---------------- -This example is taken from `molecule/resources/playbook.yml`: +This example is taken from `molecule/resources/playbook.yml` and is tested on each push, pull request and release. ```yaml --- - name: Converge @@ -21,7 +21,7 @@ This example is taken from `molecule/resources/playbook.yml`: - robertdebock.omsagent ``` -The machine you are running this on, may need to be prepared. +The machine you are running this on, may need to be prepared, I use this playbook to ensure everything is in place to let the role work. ```yaml --- - name: Converge @@ -43,6 +43,7 @@ The machine you are running this on, may need to be prepared. - role: robertdebock.cron ``` + Also see a [full explanation and example](https://robertdebock.nl/how-to-use-these-roles.html) on how to use these roles. Role Variables