fix variable name not found

This commit is contained in:
Nathaniel Landau
2022-09-09 12:24:06 -04:00
parent 721e877a4b
commit a8a23e3e5d

View File

@@ -14,7 +14,7 @@
block:
- name: "Add docker local filesystem storage directory"
ansible.builtin.file:
path: "{{ rpi_localfs_storage }}"
path: "{{ rpi_localfs_service_storage }}"
mode: 0755
state: directory
@@ -56,7 +56,7 @@
block:
- name: "Add docker directory to ~/Library"
ansible.builtin.file:
path: "{{ mac_localfs_storage }}"
path: "{{ mac_localfs_service_storage }}"
mode: 0755
state: directory