From b6b1fde540c0b1e1d9afb5ac20c3201a83aea388 Mon Sep 17 00:00:00 2001 From: jacob Date: Mon, 2 Oct 2023 14:08:45 -0500 Subject: [PATCH] Add missing newline at end of file for yamllint --- roles/rke2_common/tasks/rpm_install.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/roles/rke2_common/tasks/rpm_install.yml b/roles/rke2_common/tasks/rpm_install.yml index e64badb2..68905d30 100644 --- a/roles/rke2_common/tasks/rpm_install.yml +++ b/roles/rke2_common/tasks/rpm_install.yml @@ -56,4 +56,4 @@ when: - ansible_facts['os_family'] == 'RedHat' or ansible_facts['os_family'] == 'Rocky' - not rke2_binary_tarball_check.stat.exists - - inventory_hostname in groups.get('rke2_agents', []) \ No newline at end of file + - inventory_hostname in groups.get('rke2_agents', [])