Skip to content

Commit

Permalink
molecule: fix ansible-lint
Browse files Browse the repository at this point in the history
  • Loading branch information
cristicalin committed Jun 25, 2021
1 parent f0f2091 commit 131e705
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
4 changes: 2 additions & 2 deletions roles/container-engine/gvisor/molecule/default/converge.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,5 +7,5 @@
container_manager: containerd
roles:
- role: kubespray-defaults
- role: containerd
- role: gvisor
- role: container-engine/containerd
- role: container-engine/gvisor
6 changes: 3 additions & 3 deletions roles/container-engine/gvisor/molecule/default/prepare.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
roles:
- role: kubespray-defaults
- role: bootstrap-os
- role: ../adduser
- role: adduser
user: "{{ addusers.kube }}"
tasks:
- include_tasks: "../../../../download/tasks/download_file.yml"
Expand All @@ -20,8 +20,8 @@
kube_network_plugin: cni
roles:
- role: kubespray-defaults
- role: ../network_plugin/cni
- role: crictl
- role: network_plugin/cni
- role: container-engine/crictl
tasks:
- name: Copy test container files
copy:
Expand Down

0 comments on commit 131e705

Please sign in to comment.