Fix syntax issues with modules

This commit is contained in:
Mike Wilson
2025-08-19 13:48:01 -04:00
parent db293c606a
commit d16dac3d49
3 changed files with 7 additions and 5 deletions

View File

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