From f6f6cf55fb2aed91a79029a07a9c7f540c8d7fe7 Mon Sep 17 00:00:00 2001 From: Jeff Geerling Date: Mon, 28 Sep 2020 10:48:25 -0500 Subject: [PATCH] PR #224: Style fixes. --- tasks/setup-RedHat.yml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/tasks/setup-RedHat.yml b/tasks/setup-RedHat.yml index a5e5e2d..f6cf7bc 100644 --- a/tasks/setup-RedHat.yml +++ b/tasks/setup-RedHat.yml @@ -36,18 +36,18 @@ value: '{{ docker_yum_repo_enable_test }}' mode: 0644 -- name: centos 8 - containerd and dependencies +- name: Configure containerd on RHEL 8. block: - - name: install container-selinux + - name: Ensure container-selinux is installed. package: name: container-selinux state: present - - name: disable container-tools + - name: Disable container-tools module. command: dnf -y module disable container-tools changed_when: false - - name: install containerd + - name: Ensure containerd.io is installed. package: name: containerd.io state: present