mirror of
https://github.com/natelandau/ansible-homelab-config.git
synced 2025-11-17 09:23:40 -05:00
fix variable name not found
This commit is contained in:
@@ -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
|
||||
|
||||
|
||||
Reference in New Issue
Block a user