Skip to content

Commit

Permalink
set FQMN for EL family systems
Browse files Browse the repository at this point in the history
  • Loading branch information
darkwizard242 committed Feb 23, 2023
1 parent 1d51bd6 commit 3550bcc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tasks/install_el.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
# tasks file for crictl | EL Family

- name: EL Family | Downloading and extracting {{ crictl_app }} {{ crictl_version }}
unarchive:
ansible.builtin.unarchive:
src: "{{ crictl_dl_url }}"
dest: "{{ crictl_bin_path }}"
owner: "{{ crictl_file_owner }}"
Expand Down

0 comments on commit 3550bcc

Please sign in to comment.