-
Notifications
You must be signed in to change notification settings - Fork 6
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Add support for .deb #13
base: main
Are you sure you want to change the base?
Conversation
8eab588
to
31f1c1a
Compare
31f1c1a
to
d0fe3ef
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM, but please test before merging
Probably should mention .deb support in the docs |
Lets get this in before it gets stale. Can you add docs in a follow up? |
ansible.builtin.file: | ||
path: "{{ install_script }}" | ||
mode: u+x | ||
- name: Intall a zip |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Typo
Will fix soon |
@technowhizz what's the latest on this one? |
Adds support for .deb packages as well as .zips