From 89345c9ab2673041c7b8a0c7d8a3a9f05b0ecd0f3eed02896a06205359397d62 Mon Sep 17 00:00:00 2001 From: bryan Date: Sun, 14 Dec 2025 17:52:47 -0500 Subject: [PATCH] Linting --- group_vars/laptop/services.yml | 3 ++- group_vars/workstation/services.yml | 3 ++- group_vars/workstation/software.yml | 3 ++- 3 files changed, 6 insertions(+), 3 deletions(-) diff --git a/group_vars/laptop/services.yml b/group_vars/laptop/services.yml index 34f001e..b88971f 100644 --- a/group_vars/laptop/services.yml +++ b/group_vars/laptop/services.yml @@ -1,2 +1,3 @@ +--- services_system_enabled_group: - - keyd \ No newline at end of file + - keyd diff --git a/group_vars/workstation/services.yml b/group_vars/workstation/services.yml index ee59be9..d83639a 100644 --- a/group_vars/workstation/services.yml +++ b/group_vars/workstation/services.yml @@ -1,2 +1,3 @@ +--- services_system_group: - - pwrstatd \ No newline at end of file + - pwrstatd diff --git a/group_vars/workstation/software.yml b/group_vars/workstation/software.yml index 1fc6b81..8142de4 100644 --- a/group_vars/workstation/software.yml +++ b/group_vars/workstation/software.yml @@ -1,2 +1,3 @@ +--- dnf_install_group: - - "https://dl4jz3rbrsfum.cloudfront.net/software/PPL_64bit_v1.4.1.rpm" \ No newline at end of file + - "https://dl4jz3rbrsfum.cloudfront.net/software/PPL_64bit_v1.4.1.rpm"