From 16430c1e2bee42149a1471053da422afbb6e0a8e Mon Sep 17 00:00:00 2001 From: Thomas Constans Date: Thu, 5 Oct 2023 16:14:48 +0200 Subject: [PATCH] add test --- tests/test.yml | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) diff --git a/tests/test.yml b/tests/test.yml index e8199de..ecd890f 100644 --- a/tests/test.yml +++ b/tests/test.yml @@ -1,5 +1,7 @@ ---- - hosts: localhost - remote_user: root roles: - - tco.dns + - role: tco.dns + vars: + record_name: test1 + record_value: 1.2.3.4 + record_type: "A"