diff options
| author | Ahmed Abdelhalim <[email protected]> | 2025-08-11 00:32:02 +0200 |
|---|---|---|
| committer | Ahmed Abdelhalim <[email protected]> | 2025-08-11 00:32:02 +0200 |
| commit | 993775252fa8fcbee0a2864dc51576ced073e83b (patch) | |
| tree | 432459dab02f488d774ec07d659f8db0d841a4f8 /roles/user/tasks/main.yml | |
| parent | da7d7500c744be11a877351462af3d91591ab3af (diff) | |
Fix README and linting issues
Diffstat (limited to 'roles/user/tasks/main.yml')
| -rw-r--r-- | roles/user/tasks/main.yml | 2 |
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: |
