We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 6f0f5a0 + 60dba5b commit ee97cf1Copy full SHA for ee97cf1
images/capi/ansible/roles/containerd/tasks/main.yml
@@ -137,7 +137,7 @@
137
dest: /etc/systemd/system/containerd.service.d/limit-nofile.conf
138
src: etc/systemd/system/containerd.service.d/limit-nofile.conf
139
mode: "0644"
140
- when: ansible_os_family in ["Common Base Linux Mariner", "Microsoft Azure Linux"]
+ when: ansible_os_family in ["Common Base Linux Mariner", "Flatcar", "Microsoft Azure Linux"]
141
142
- name: Create containerd http proxy conf file if needed
143
ansible.builtin.template:
0 commit comments