diff options
| author | Ahmed Abdelhalim <[email protected]> | 2025-08-11 00:33:31 +0200 |
|---|---|---|
| committer | Ahmed Abdelhalim <[email protected]> | 2025-08-11 00:33:31 +0200 |
| commit | 3bea75d706b131adc70e2f436675172a2a3563ed (patch) | |
| tree | 3fcb43cb0050d84111dcfc95b07ec54c5d593bf6 /roles/bootstrap/tasks | |
| parent | c170141cfb2a59b5057c37ee0a8b4b3f8384ec3f (diff) | |
Fix linting issues
Diffstat (limited to 'roles/bootstrap/tasks')
| -rw-r--r-- | roles/bootstrap/tasks/main.yml | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/roles/bootstrap/tasks/main.yml b/roles/bootstrap/tasks/main.yml index fbc3de5..fb9653f 100644 --- a/roles/bootstrap/tasks/main.yml +++ b/roles/bootstrap/tasks/main.yml @@ -1,6 +1,7 @@ --- - name: "Set root,boot partition paths" ansible.builtin.set_fact: + # noqa: var-naming[no-role-prefix] as these facts are used for multiple roles and is easier read this way mnt_boot_path: "{{ partition_boot.mount_path }}" mnt_root_path: "{{ partition_root.mount_path }}" |
