aboutsummaryrefslogtreecommitdiffstats
path: root/roles/vmm/handlers
diff options
context:
space:
mode:
authorRomain Gonçalves <me@rgoncalves.se>2021-12-09 16:34:31 +0000
committerRomain Gonçalves <me@rgoncalves.se>2021-12-09 16:43:04 +0000
commit01c8bdc81c1cefa951fd0610d4713c308edd86b9 (patch)
treef54e70c810c5a179d18fdddcd69c285ce6338ccf /roles/vmm/handlers
parent38016dce730790f1014456951b13a22ea6f0d64f (diff)
downloadrules-01c8bdc81c1cefa951fd0610d4713c308edd86b9.tar.gz
roles/vmm: Transform vmm linting to an handler
Diffstat (limited to 'roles/vmm/handlers')
-rw-r--r--roles/vmm/handlers/main.yml2
1 files changed, 2 insertions, 0 deletions
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 }}"
remember that computers suck.