Skip to content

Commit

Permalink
el family task file for crictl role
Browse files Browse the repository at this point in the history
  • Loading branch information
darkwizard242 committed Nov 19, 2021
1 parent 0f1b0ec commit d23f4ab
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions tasks/install_el.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
---
# tasks file for crictl | EL Family

- name: EL Family | Downloading and extracting {{ crictl_app }} {{ crictl_version }}
unarchive:
src: "{{ crictl_dl_url }}"
dest: "{{ crictl_bin_path }}"
owner: "{{ crictl_file_owner }}"
group: "{{ crictl_file_group }}"
extra_opts:
- crictl
remote_src: yes

0 comments on commit d23f4ab

Please sign in to comment.