From 01c8bdc81c1cefa951fd0610d4713c308edd86b9 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Romain=20Gon=C3=A7alves?= Date: Thu, 9 Dec 2021 16:34:31 +0000 Subject: roles/vmm: Transform vmm linting to an handler --- roles/vmm/handlers/main.yml | 2 ++ 1 file changed, 2 insertions(+) create mode 100644 roles/vmm/handlers/main.yml (limited to 'roles/vmm/handlers/main.yml') diff --git a/roles/vmm/handlers/main.yml b/roles/vmm/handlers/main.yml new file mode 100644 index 0000000..e1ce00c --- /dev/null +++ b/roles/vmm/handlers/main.yml @@ -0,0 +1,2 @@ +- name: lint vmm configuration + command: "vmd -nf {{ vmm_configuration_file }}" -- cgit v1.2.3