diff options
| author | Romain Gonçalves <me@rgoncalves.se> | 2021-12-09 16:34:31 +0000 |
|---|---|---|
| committer | Romain Gonçalves <me@rgoncalves.se> | 2021-12-09 16:43:04 +0000 |
| commit | 01c8bdc81c1cefa951fd0610d4713c308edd86b9 (patch) | |
| tree | f54e70c810c5a179d18fdddcd69c285ce6338ccf /roles/vmm/handlers | |
| parent | 38016dce730790f1014456951b13a22ea6f0d64f (diff) | |
| download | rules-01c8bdc81c1cefa951fd0610d4713c308edd86b9.tar.gz | |
roles/vmm: Transform vmm linting to an handler
Diffstat (limited to 'roles/vmm/handlers')
| -rw-r--r-- | roles/vmm/handlers/main.yml | 2 |
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 }}" |