diff --git a/install_files/m30pm_0.0.0.d7b5225f-1_amd64.deb b/install_files/m30pm_0.0.0.d7b5225f-1_amd64.deb new file mode 100644 index 0000000..8c38289 Binary files /dev/null and b/install_files/m30pm_0.0.0.d7b5225f-1_amd64.deb differ diff --git a/playbook.yaml b/playbook.yaml index 43d9b05..afc6135 100644 --- a/playbook.yaml +++ b/playbook.yaml @@ -447,6 +447,19 @@ msg: "ASCII Doctor Version Error: Expected {{ asciidoctor_version_expected }} | Found {{ installed_asciidoctor_version.stdout }}" when: installed_asciidoctor_version.stdout != asciidoctor_version_expected +- + # install m30pm + hosts: localhost + connection: local + tags: + - install_m30pm + + tasks: + - name: install m30pm from deb + apt: + deb: /home/kasm-default-profile/install_files/m30pm_0.0.0.d7b5225f-1_amd64.deb + update_cache: yes + - # install sudo for the vs-code role below hosts: localhost