Refactor containerd ubuntu setup and remove redundant tasks (#5015)

This commit is contained in:
Johannes Scheuermann
2019-08-05 16:29:48 +02:00
committed by Kubernetes Prow Robot
parent 4132cee687
commit d22634a597
5 changed files with 6 additions and 62 deletions

View File

@@ -22,5 +22,6 @@
delegate_to: "{{ inventory_hostname }}"
- name: Install crictl completion
shell: /usr/local/bin/crictl completion >/etc/bash_completion.d/crictl
shell: "{{ bin_dir }}/crictl completion >/etc/bash_completion.d/crictl"
ignore_errors: True
when: ansible_distribution in ["CentOS","RedHat", "Ubuntu", "Debian"]