Skip to content

Commit

Permalink
Fix typo in Containerd configuration (#8206)
Browse files Browse the repository at this point in the history
  • Loading branch information
pasqualet committed Nov 19, 2021
1 parent f48ae18 commit fe8c843
Show file tree
Hide file tree
Showing 3 changed files with 1 addition and 11 deletions.
2 changes: 1 addition & 1 deletion roles/container-engine/containerd/defaults/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ containerd_runc_runtime:
engine: ""
root: ""
options:
systemCgroup: "true"
systemdCgroup: "{{ containerd_use_systemd_cgroup | ternary('true', 'false') }}"

containerd_additional_runtimes: []
# Example for Kata Containers as additional runtime:
Expand Down
6 changes: 0 additions & 6 deletions roles/container-engine/containerd/tasks/facts.yml

This file was deleted.

4 changes: 0 additions & 4 deletions roles/container-engine/containerd/tasks/main.yml
Original file line number Diff line number Diff line change
@@ -1,8 +1,4 @@
---
- import_tasks: facts.yml
tags:
- facts

- name: Fail containerd setup if distribution is not supported
fail:
msg: "{{ ansible_distribution }} is not supported by containerd."
Expand Down

0 comments on commit fe8c843

Please sign in to comment.