Skip to content

Commit

Permalink
attempt to install m30pm from debian package
Browse files Browse the repository at this point in the history
  • Loading branch information
capsulecorplab committed Oct 25, 2024
1 parent e4f6b0f commit 50cf2d7
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 0 deletions.
Binary file added install_files/m30pm_0.0.0.d7b5225f-1_amd64.deb
Binary file not shown.
11 changes: 11 additions & 0 deletions playbook.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -447,6 +447,17 @@
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
- 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
Expand Down

0 comments on commit 50cf2d7

Please sign in to comment.