From e42ed58e46ba72548df5b66c19b77e39499792a9 Mon Sep 17 00:00:00 2001 From: fgierlinger <2966031+fgierlinger@users.noreply.github.com> Date: Tue, 7 Jun 2022 14:34:26 +0200 Subject: [PATCH] chore: change `yes` to `true` --- tasks/setup-RedHat.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/tasks/setup-RedHat.yml b/tasks/setup-RedHat.yml index 9934142..676c9e5 100644 --- a/tasks/setup-RedHat.yml +++ b/tasks/setup-RedHat.yml @@ -27,7 +27,7 @@ option: enabled value: '{{ docker_yum_repo_enable_nightly }}' mode: 0644 - no_extra_spaces: yes + no_extra_spaces: true - name: Configure Docker Test repo. ini_file: @@ -36,7 +36,7 @@ option: enabled value: '{{ docker_yum_repo_enable_test }}' mode: 0644 - no_extra_spaces: yes + no_extra_spaces: true - name: Configure containerd on RHEL 8. block: