Hey @Kiara,
f you want to make my_dir available to all hosts, define group variable for a special group all like:
file ./group_vars/all:
my_dir: "{{ home_dir }}/sub_dir/my_dir"
This way my_dir will be constructed based on home_dir extra variable and be available as a group variable for all hosts.