summaryrefslogtreecommitdiffstats
path: root/roles/bootstrap/tasks/main.yml
diff options
context:
space:
mode:
Diffstat (limited to 'roles/bootstrap/tasks/main.yml')
-rw-r--r--roles/bootstrap/tasks/main.yml1
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 }}"