You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

15 lines
427 B

  1. ---
  2. - name: nerdctl | Download nerdctl
  3. include_tasks: "../../../download/tasks/download_file.yml"
  4. vars:
  5. download: "{{ download_defaults | combine(downloads.nerdctl) }}"
  6. - name: nerdctl | Copy nerdctl binary from download dir
  7. copy:
  8. src: "{{ local_release_dir }}/nerdctl"
  9. dest: "{{ bin_dir }}/nerdctl"
  10. mode: 0755
  11. remote_src: true
  12. notify:
  13. - Get nerdctl completion
  14. - Install nerdctl completion