Skip to content

Commit 2a168e1

Browse files
committed
Add ansible cache dir
1 parent 4c23e5d commit 2a168e1

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

mkRAMDisk.sh

+2-1
Original file line numberDiff line numberDiff line change
@@ -147,7 +147,8 @@ if [ ! -e ${RDIR} ]; then
147147
mkdir -p "${CACHEDIR}/discord/Cache"
148148

149149
# Ansible cache
150-
mkdir -p "${CACHEDIR}/ansible"
150+
mkdir -p "${CACHEDIR}/ansible/cp"
151+
mkdir -p "${CACHEDIR}/ansible/tmp"
151152
fi
152153

153154

0 commit comments

Comments
 (0)