Templatize username

This commit is contained in:
Mike Wilson
2025-06-16 13:51:55 -04:00
parent 07813d80b6
commit 4105f50aa7
3 changed files with 6 additions and 1 deletions

View File

@@ -10,7 +10,7 @@
- name: Get path of default firefox profile
ansible.builtin.find:
paths: "/home/mike/.mozilla/firefox"
paths: "/home/{{ username }}/.mozilla/firefox"
file_type: directory
patterns: "*default-release"
register: profile_dir