summaryrefslogtreecommitdiffstats
path: root/roles
diff options
context:
space:
mode:
authorAhmed Abdelhalim <[email protected]>2025-08-11 00:32:02 +0200
committerAhmed Abdelhalim <[email protected]>2025-08-11 00:32:02 +0200
commit993775252fa8fcbee0a2864dc51576ced073e83b (patch)
tree432459dab02f488d774ec07d659f8db0d841a4f8 /roles
parentda7d7500c744be11a877351462af3d91591ab3af (diff)
Fix README and linting issues
Diffstat (limited to 'roles')
-rw-r--r--roles/user/tasks/main.yml2
1 files changed, 2 insertions, 0 deletions
diff --git a/roles/user/tasks/main.yml b/roles/user/tasks/main.yml
index 4bc5fe4f..465d521b 100644
--- a/roles/user/tasks/main.yml
+++ b/roles/user/tasks/main.yml
@@ -5,6 +5,7 @@
- name: "Set sudo group fact"
ansible.builtin.set_fact:
+ # noqa var-naming[no-role-prefix] the sudo group is global and better named this way than user_sudo_group
sudo_group: "sudo"
tags: [required_for_boot]
@@ -31,6 +32,7 @@
with_items: "{{ user_groups }}"
tags: [required_for_boot]
+# noqa var-naming[no-role-prefix] username is more understandable than user_name
- name: "Create user: {{ username }}"
become: true
ansible.builtin.user: