Skip to content

Commit

Permalink
remove the OS based install
Browse files Browse the repository at this point in the history
  • Loading branch information
Eric Anderson committed Mar 5, 2024
1 parent 4784ab4 commit 28033f9
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions roles/kompose/tasks/main.yml
Original file line number Diff line number Diff line change
@@ -1,9 +1,6 @@
---
# code: language=ansible
# tasks file for kompose
- name: Kompose | Install package from github
ansible.builtin.include_tasks: "{{ ansible_os_family | lower }}.yml"

- name: Kompose | Install binary from github
ansible.builtin.get_url:
url: https://github.com/kubernetes/kompose/releases/\
Expand Down

0 comments on commit 28033f9

Please sign in to comment.