From 3bea75d706b131adc70e2f436675172a2a3563ed Mon Sep 17 00:00:00 2001 From: Ahmed Abdelhalim Date: Mon, 11 Aug 2025 00:33:31 +0200 Subject: Fix linting issues --- roles/bootstrap/tasks/main.yml | 1 + 1 file changed, 1 insertion(+) (limited to 'roles/bootstrap') 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 }}" -- cgit v1.2.3