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 | b1f289af9309803f99b2dd8b9a26ffc34ee5aea0 (patch) | |
| tree | 432459dab02f488d774ec07d659f8db0d841a4f8 /roles | |
| parent | 092aaeb9e4219127a665d1401927431e6c53c7ff (diff) | |
Fix README and linting issues
Diffstat (limited to 'roles')
| -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: |
