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:
|
block:
|
||||||
- name: "Add docker local filesystem storage directory"
|
- name: "Add docker local filesystem storage directory"
|
||||||
ansible.builtin.file:
|
ansible.builtin.file:
|
||||||
path: "{{ rpi_localfs_storage }}"
|
path: "{{ rpi_localfs_service_storage }}"
|
||||||
mode: 0755
|
mode: 0755
|
||||||
state: directory
|
state: directory
|
||||||
|
|
||||||
@@ -56,7 +56,7 @@
|
|||||||
block:
|
block:
|
||||||
- name: "Add docker directory to ~/Library"
|
- name: "Add docker directory to ~/Library"
|
||||||
ansible.builtin.file:
|
ansible.builtin.file:
|
||||||
path: "{{ mac_localfs_storage }}"
|
path: "{{ mac_localfs_service_storage }}"
|
||||||
mode: 0755
|
mode: 0755
|
||||||
state: directory
|
state: directory
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user