From 6d0c01eee7b83e73559828e644eb3781e430dbe8 Mon Sep 17 00:00:00 2001 From: Thomas Constans Date: Tue, 23 Apr 2024 11:31:59 +0200 Subject: [PATCH] fix readme --- README.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/README.md b/README.md index 2fa4e0f..6d5ebd9 100644 --- a/README.md +++ b/README.md @@ -30,6 +30,8 @@ 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: +```yaml + - hosts: localhost vars: dns_records: @@ -41,6 +43,7 @@ Including an example of how to use your role (for instance, with variables passe record__type: CNAME roles: - { role: tco.dns, dns_records: {{ dns_records }}" } +``` License -------